Constructs a new exception object with the given message, exception number, the inner exception and inserts.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBSocketTimeoutException(
string message,
long number,
Exception inner,
params Object[] inserts
)
public NBSocketTimeoutException(
string message,
long number,
Exception inner,
params Object[] inserts
)
Public Sub New (
message As String,
number As Long,
inner As Exception,
ParamArray inserts As Object()
)
Public Sub New (
message As String,
number As Long,
inner As Exception,
ParamArray inserts As Object()
)
public:
NBSocketTimeoutException(
String^ message,
long long number,
Exception^ inner,
... array<Object^>^ inserts
)
public:
NBSocketTimeoutException(
String^ message,
long long number,
Exception^ inner,
... array<Object^>^ inserts
)
new :
message : string *
number : int64 *
inner : Exception *
inserts : Object[] -> NBSocketTimeoutException
new :
message : string *
number : int64 *
inner : Exception *
inserts : Object[] -> NBSocketTimeoutException
Parameters
- message
- Type:
System String
The error message that explains the reason for the exception.
- number
- Type:
System Int64
The exception number.
- inner
- Type:
System Exception
An instance of exception that describes the error that caused the current exception.
- inserts
- Type:
System Object
The exception inserts.
In this constructor the severity is defaulted to 'Error'.