A string that describes the contents of the call stack, with the most recent method call appearing first.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
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;
} |
| F# |
|---|
abstract StackTrace : string with get
override StackTrace : string with get |
Property Value
Type:
String
The stack trace as a string
Implements
_Exception..::..StackTrace
See Also