Gets or sets a flag to request that the exception, when logged, contains the StackTrace as its last insert.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual bool StackTraceAsLastInsert { get; set; }
public virtual bool StackTraceAsLastInsert { get; set; }
Public Overridable Property StackTraceAsLastInsert As Boolean
Get
Set
Public Overridable Property StackTraceAsLastInsert As Boolean
Get
Set
public:
virtual property bool StackTraceAsLastInsert {
bool get ();
void set (bool value);
}
public:
virtual property bool StackTraceAsLastInsert {
bool get ();
void set (bool value);
}
abstract StackTraceAsLastInsert : bool with get, set
override StackTraceAsLastInsert : bool with get, set
abstract StackTraceAsLastInsert : bool with get, set
override StackTraceAsLastInsert : bool with get, set
Property Value
Type:
BooleanStackTraceAsLastInsert requests that the exception is to be logged with the StackTrace as the last insert.
This property defaults to true for messages thrown by a plugin developer.