[TIBCO.EMS .NET client library 5.1 documentation]

Gets or sets the root cause of the exception

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

Syntax

public Exception RootCause { get; set; }
Public Property RootCause As Exception
public:
property Exception^ RootCause {
	Exception^ get ();
	void set (Exception^ value);
}

Field Value

The exception that is the root cause of this NamingException

See Also