[TIBCO.EMS .NET client library 5.1 documentation]

Constructs a CannotProceedException with the specified reason and with the root cause defaulting to null

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

Syntax

public CannotProceedException(
	string reason
)
Public Sub New ( _
	reason As String _
)
public:
CannotProceedException(
	String^ reason
)

Parameters

reason
Type: System..::.String
a description of the exception

See Also