Constructs a new exception object with the given message, exception number and the severity.
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.
- number
- Type:
System Int64
The exception number.
- severity
- Type: IBM.Broker.Plugin NBSeverity
The severity of the exception
See Also