Gets the error string related to this exception

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

Syntax

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

Field Value

The error string.

See Also