Gets the error code related to this exception

Namespace:  Cryptware.NDigitSign
Assembly:  NDigitSign (in NDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ErrorCode As Long
	Get
C#
public long ErrorCode { get; }
Visual C++
public:
property long long ErrorCode {
	long long get ();
}
JavaScript
function get_errorCode();

Field Value

The error code.

See Also