 | IExceptionStackTrace Property |
Gets a string representation of the immediate frames on the call stack.
Namespace:
EBP.Api.Interfaces.Misc
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxstring StackTrace { get; }
ReadOnly Property StackTrace As String
Get
Return Value
Type:
String
A string that describes the immediate frames of the call stack.
See Also