[TIBCO.EMS .NET client library 5.1 documentation]

Get the EMSException that caused the event

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

Syntax

public EMSException Exception { get; }
Public ReadOnly Property Exception As EMSException
public:
property EMSException^ Exception {
	EMSException^ get ();
}

See Also