ErrorContainerError Property |
Gets an error message indicating what is wrong with this object.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax public string Error { get; }
Public ReadOnly Property Error As String
Get
Return Value
Type:
String
An error message indicating what is wrong with this object. The default is an empty string ("").
Implements
IDataErrorInfoErrorSee Also