Constructs a new exception object with the given message and exception number.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBUserException(
string message,
long number
)
public NBUserException(
string message,
long number
)
Public Sub New (
message As String,
number As Long
)
Public Sub New (
message As String,
number As Long
)
public:
NBUserException(
String^ message,
long long number
)
public:
NBUserException(
String^ message,
long long number
)
new :
message : string *
number : int64 -> NBUserException
new :
message : string *
number : int64 -> NBUserException
In this constructor the severity is defaulted to 'Error' and the number is assumed to be in the broker catalog.