A string that describes the contents of the call stack, with the most recent method call appearing first.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public override string StackTrace { get; }
Visual Basic
Public Overrides ReadOnly Property StackTrace As String
	Get
Visual C++
public:
virtual property String^ StackTrace {
	String^ get () override;
}

Field Value

The stack trace as a string

Implements

_Exception..::..StackTrace

See Also