[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Gets or sets the root cause of the exception
Namespace:
TIBCO.EMSAssembly: 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); } |