Constructs a new exception object with the given message, inner exception and inserts and the defaulted message number 7498.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBRecoverableException(
string message,
Exception inner,
params Object[] inserts
)
public NBRecoverableException(
string message,
Exception inner,
params Object[] inserts
)
Public Sub New (
message As String,
inner As Exception,
ParamArray inserts As Object()
)
Public Sub New (
message As String,
inner As Exception,
ParamArray inserts As Object()
)
public:
NBRecoverableException(
String^ message,
Exception^ inner,
... array<Object^>^ inserts
)
public:
NBRecoverableException(
String^ message,
Exception^ inner,
... array<Object^>^ inserts
)
new :
message : string *
inner : Exception *
inserts : Object[] -> NBRecoverableException
new :
message : string *
inner : Exception *
inserts : Object[] -> NBRecoverableException
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.
- inserts
- Type:
System Object
The exception inserts.
In this constructor message number is defaulted to 7498 from the Integration Bus catalog and the severity is defaulted to 'Error'.