Constructs a new exception object with the given message, the object's catalog and exception number.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBSecurityException(
string message,
string catalog,
long number
)
public NBSecurityException(
string message,
string catalog,
long number
)
Public Sub New (
message As String,
catalog As String,
number As Long
)
Public Sub New (
message As String,
catalog As String,
number As Long
)
public:
NBSecurityException(
String^ message,
String^ catalog,
long long number
)
public:
NBSecurityException(
String^ message,
String^ catalog,
long long number
)
new :
message : string *
catalog : string *
number : int64 -> NBSecurityException
new :
message : string *
catalog : string *
number : int64 -> NBSecurityException
Parameters
- message
- Type:
System String
The error message that explains the reason for the exception.
- catalog
- Type:
System String
The catalog that contains the message number.
- number
- Type:
System Int64
The exception number.
In this constructor the severity is defaulted to 'Error'.