NBSocketException Constructor (String, String, Int64)IBM Integration Bus
Constructs a new exception object with the given message, the object's catalog and exception number.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBSocketException(
	string message,
	string catalog,
	long number
)
Remarks

In this constructor the severity is defaulted to 'Error'.
See Also