WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
MessageAsFirstInsert Property
NamespacesIBM.Broker.PluginNBExceptionMessageAsFirstInsert
SUMMARY
Gets or sets a flag to request that the exception, when logged, contains the Message as the first insert.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual bool MessageAsFirstInsert { get; set; }
Public Overridable Property MessageAsFirstInsert As Boolean
	Get
	Set
public:
virtual property bool MessageAsFirstInsert {
	bool get ();
	void set (bool value);
}
abstract MessageAsFirstInsert : bool with get, set
override MessageAsFirstInsert : bool with get, set
Value
MessageAsFirstInsert requests that the exception to be logged with the Message as the first 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