NBException MessageAsFirstInsert Property IBM Integration Bus
Gets or sets a flag to request that the exception, when logged, contains the Message as the first insert.

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

public virtual bool MessageAsFirstInsert { get; set; }

Property Value

Type: OnlineBoolean
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.
See Also