Returns the error code for the exception, if one has been provided.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public ReadOnly Property ErrorCode As String
	Get
C#
public string ErrorCode { get; }
Visual C++
public:
property String^ ErrorCode {
	String^ get ();
}
JavaScript
function get_errorCode();

See Also