ExceptionStackTrace Property |
Gets a string representation of the immediate frames on the call stack.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual string StackTrace { get; }
Return Value
Type:
StringA string that describes the immediate frames of the call stack.
See Also