[TIBCO.EMS .NET client library 7.0 documentation]

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

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

Syntax

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

Parameters

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

See Also