ASExceptionStackTrace Property |
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.1.5.12)
Syntaxpublic override string StackTrace { get; }
Public Overrides ReadOnly Property StackTrace As String
Get
public:
virtual property String^ StackTrace {
String^ get () override;
}
abstract StackTrace : string with get
override StackTrace : string with get
Property Value
Type:
String
The stack trace as a string
Implements
_ExceptionStackTrace
See Also