NBException StackTraceAsLastInsert Property IBM Integration Bus
Gets or sets a flag to request that the exception, when logged, contains the StackTrace as its last insert.

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

public virtual bool StackTraceAsLastInsert { get; set; }

Property Value

Type: OnlineBoolean
StackTraceAsLastInsert requests that the exception is to be logged with the StackTrace as the last insert.
Remarks

This property defaults to true for messages thrown by a plugin developer.
See Also