[TIBCO.EMS .NET client library 5.1 documentation]

Initializes a new instance of the EMSException with the specified reason and error number

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public EMSException(
	string reason,
	int errorNumber
)
Public Sub New ( _
	reason As String, _
	errorNumber As Integer _
)
public:
EMSException(
	String^ reason, 
	int errorNumber
)

Parameters

reason
Type: System..::.String
errorNumber
Type: System..::.Int32

See Also