Constructs a new exception object with the given message, the object's catalog, exception number and inserts.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBSqlException(
string message,
string catalog,
long number,
params Object[] inserts
)
public NBSqlException(
string message,
string catalog,
long number,
params Object[] inserts
)
Public Sub New (
message As String,
catalog As String,
number As Long,
ParamArray inserts As Object()
)
Public Sub New (
message As String,
catalog As String,
number As Long,
ParamArray inserts As Object()
)
public:
NBSqlException(
String^ message,
String^ catalog,
long long number,
... array<Object^>^ inserts
)
public:
NBSqlException(
String^ message,
String^ catalog,
long long number,
... array<Object^>^ inserts
)
new :
message : string *
catalog : string *
number : int64 *
inserts : Object[] -> NBSqlException
new :
message : string *
catalog : string *
number : int64 *
inserts : Object[] -> NBSqlException
In this constructor the severity is defaulted to 'Error'.