[TIBCO.EMS .NET client library 6.3 documentation]

Get and Set the exception linked to this one

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

Syntax

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

Remarks

When an EMS exception results from a deeper problem, this linked exception details that problem.

See Also