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

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

public NBSocketTimeoutException(
	string message,
	long number
)

Parameters

message
Type: OnlineSystem String
The error message that explains the reason for the exception.
number
Type: OnlineSystem Int64
The exception number.
Remarks

In this constructor the severity is defaulted to 'Error' and the number is assumed to be in the broker catalog.
See Also