Gets an error message indicating what is wrong with this object.

C# | Visual Basic |
[BrowsableAttribute(false)] public virtual string Error { get; }
<BrowsableAttribute(False)> _ Public Overridable ReadOnly Property Error As String


An error message indicating what is wrong with this object.
The default is an empty string ("").