[TIBCO.EMS .NET client library 7.0 documentation]

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

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

Syntax

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

Parameters

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

See Also