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