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 NBSocketTimeoutException(
string message,
long number
)
public NBSocketTimeoutException(
string message,
long number
)
Public Sub New (
message As String,
number As Long
)
Public Sub New (
message As String,
number As Long
)
public:
NBSocketTimeoutException(
String^ message,
long long number
)
public:
NBSocketTimeoutException(
String^ message,
long long number
)
new :
message : string *
number : int64 -> NBSocketTimeoutException
new :
message : string *
number : int64 -> NBSocketTimeoutException
Parameters
- message
- Type:
System String
The error message that explains the reason for the exception.
- number
- Type:
System Int64
The exception number.
In this constructor the severity is defaulted to 'Error' and the number is assumed to be in the broker catalog.