NBFatalException Constructor (String, Int64, NBSeverity, Exception)IBM Integration Bus
Constructs a new exception object with the given message, exception number, severity and inner exception.

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

public NBFatalException(
	string message,
	long number,
	NBSeverity severity,
	Exception inner
)

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.
inner
Type: OnlineSystem Exception
An instance of Exception that describes the error that caused the current exception.
See Also