[TIBCO.EMS .NET client library 6.0 documentation]

Gets the error code associated with this exception

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

Syntax

public string ErrorCode { get; }
Public ReadOnly Property ErrorCode As String
public:
property String^ ErrorCode {
	String^ get ();
}

Return Value

a string specifying the vendor-specific error code

Remarks

When an exception results from a server error, this property holds the server’s error code.

See Also