Error message, if any, of last operation.
Namespace: Wiker.WIDatabaseNormally contains an exception message
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); } |