NBMessageException Constructor (String, Int64, NBSeverity,  Object )IBM Integration Bus
Constructs a new exception object with the given message, exception number, the severity and the object's inserts.

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

public NBMessageException(
	string message,
	long number,
	NBSeverity severity,
	params Object[] inserts
)

Parameters

message
Type: OnlineSystem String
The error message that explains the reason for the exception.
number
Type: OnlineSystem Int64
The Exception number.
severity
Type: IBM.Broker.Plugin NBSeverity
The severity of the exception.
inserts
Type:  OnlineSystem Object 
The exception inserts.
See Also