Constructs a new exception object with the given message and exception number.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBFatalException(
string message,
long number
)
public NBFatalException(
string message,
long number
)
Public Sub New (
message As String,
number As Long
)
Public Sub New (
message As String,
number As Long
)
public:
NBFatalException(
String^ message,
long long number
)
public:
NBFatalException(
String^ message,
long long number
)
new :
message : string *
number : int64 -> NBFatalException
new :
message : string *
number : int64 -> NBFatalException
Parameters
- message
- Type:
System String
The error message that explains the reason for the exception.
- number
- Type:
System Int64
The message number.
In this constructor the severity is defaulted to 'Error' and the number is assumed to be in the broker catalog.