Click or drag to resize
ExceptionStackTrace Property
Gets a string representation of the immediate frames on the call stack.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual string StackTrace { get; }

Return Value

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