[TIBCO.EMS .NET client library 6.0 documentation]

Initializes a new instance of the IllegalStateException with the specified reason and error code.

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

Syntax

public IllegalStateException(
	string reason,
	string errorCode
)
Public Sub New ( _
	reason As String, _
	errorCode As String _
)
public:
IllegalStateException(
	String^ reason, 
	String^ errorCode
)

Parameters

reason
Type: System..::.String
errorCode
Type: System..::.String

See Also