NBSqlException Constructor (String, String, Int64, NBSeverity, Exception,  Object )IBM Integration Bus
Constructs a new exception object with the given message, object's catalog, exception number, the severity, the inner exception 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 NBSqlException(
	string message,
	string catalog,
	long number,
	NBSeverity severity,
	Exception inner,
	params Object[] inserts
)

Parameters

message
Type: OnlineSystem String
The error message that explains the reason for the exception
catalog
Type: OnlineSystem String
The catalog that contains message number.
number
Type: OnlineSystem Int64
The exception number.
severity
Type: IBM.Broker.Plugin NBSeverity
The severity of the exception.
inner
Type: OnlineSystem Exception
An instance of exception that describes the error that caused the current exception.
inserts
Type:  OnlineSystem Object 
The exception inserts.
See Also