[TIBCO.EMS .NET client library 6.0 documentation]

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

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

Syntax

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

Parameters

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

See Also