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

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

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

Field Value

Return Value

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

Implements

IDataErrorInfo..::.Error

See Also