Click or drag to resize

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)
Syntax
string StackTrace { get; }

Return Value

Type: String
A string that describes the immediate frames of the call stack.
See Also