Bridge

Exception..::..StackTrace Property

Gets a string representation of the immediate frames on the call stack.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public virtual string StackTrace { get; }
Public Overridable ReadOnly Property StackTrace As String
	Get
public:
virtual property String^ StackTrace {
	String^ get ();
}

Return Value

A string that describes the immediate frames of the call stack.