ResultGetCallStackText Method | |
Gives protocol text from call stack
Namespace:
SIC
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private static string GetCallStackText(
List<CallStackItem> pCallStackList
)
Private Shared Function GetCallStackText (
pCallStackList As List(Of CallStackItem)
) As String
Parameters
- pCallStackList
- Type: System.Collections.GenericListCallStackItem
[Missing <param name="pCallStackList"/> documentation for "M:SIC.Result.GetCallStackText(System.Collections.Generic.List{SIC.CallStackItem})"]
Return Value
Type:
String
If ran successful then gives protocol text from Exception.
If triggered an exception then gives text #Ex and exception message.
See Also