Constructs a new exception object with the given message 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 NBUserException(
string message,
params Object[] inserts
)
public NBUserException(
string message,
params Object[] inserts
)
Public Sub New (
message As String,
ParamArray inserts As Object()
)
Public Sub New (
message As String,
ParamArray inserts As Object()
)
public:
NBUserException(
String^ message,
... array<Object^>^ inserts
)
public:
NBUserException(
String^ message,
... array<Object^>^ inserts
)
new :
message : string *
inserts : Object[] -> NBUserException
new :
message : string *
inserts : Object[] -> NBUserException
Parameters
- message
- Type:
System String
The error message that explains the reason for the 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'.