Error Message. Every time it's called, reset ErrorMessage to "".

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

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

Field Value

The error message.

See Also