NBException StackTrace Property IBM Integration Bus
Gets a string representation of the immediate frames on the call stack.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public override string StackTrace { get; }

Property Value

Type: OnlineString
StackTrace is a string that describes the immediate frames of the call stack.

Implements

Online_Exception StackTrace
See Also