Constructs a new exception object with the given message and inner exception and the defaulted message number 7499.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBSocketTimeoutException(
string message,
Exception inner
)
public NBSocketTimeoutException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
Public Sub New (
message As String,
inner As Exception
)
public:
NBSocketTimeoutException(
String^ message,
Exception^ inner
)
public:
NBSocketTimeoutException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> NBSocketTimeoutException
new :
message : string *
inner : Exception -> NBSocketTimeoutException
Parameters
- message
- Type:
System String
The error message that explains the reason for the exception.
- inner
- Type:
System Exception
An instance of exception that describes the error that caused the current exception.
In this constructor message number is defaulted to 7499 from the Integration Bus catalog and the severity is defaulted to 'Error'.