Error message, if any, of last operation.

Normally contains an exception message

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public string LastErrorMessage { get; set; }
Visual Basic
Public Property LastErrorMessage As String
	Get
	Set
Visual C++
public:
property String^ LastErrorMessage {
	String^ get ();
	void set (String^ value);
}

Field Value

string

See Also