Constructs a new exception object with the given message, the object's catalog, exception number, severity, the inner exception and the object's inserts.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Parameters
- message
- Type:
System String
The error message that explains the reason for the exception
- catalog
- Type:
System String
The catalog that contains message number.
- number
- Type:
System Int64
The exception number.
- severity
- Type: IBM.Broker.Plugin NBSeverity
The severity of the exception.
- inner
- Type:
System Exception
An instance of Exception that describes the error that caused the current exception.
- inserts
- Type:
System Object
The exception inserts.
See Also