Gets a string representation of the immediate frames on the call stack.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public override string StackTrace { get; }
public override string StackTrace { get; }
Public Overrides ReadOnly Property StackTrace As String
Get
Public Overrides ReadOnly Property StackTrace As String
Get
public:
virtual property String^ StackTrace {
String^ get () override;
}
public:
virtual property String^ StackTrace {
String^ get () override;
}
abstract StackTrace : string with get
override StackTrace : string with get
abstract StackTrace : string with get
override StackTrace : string with get
Property Value
Type:
StringStackTrace is a string that describes the immediate frames of the call stack.
Implements
_Exception StackTrace