SUMMARY
Gets or sets a flag to request that the exception, when logged, contains the StackTrace as its last insert.

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public virtual bool StackTraceAsLastInsert { get; set; }
Public Overridable Property StackTraceAsLastInsert As Boolean
Get
Set
public:
virtual property bool StackTraceAsLastInsert {
bool get ();
void set (bool value);
}
abstract StackTraceAsLastInsert : bool with get, set
override StackTraceAsLastInsert : bool with get, set

Value
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.
Assembly:
IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0