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