Click or drag to resize
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.3.0.0 (1.3.17.0314)
Syntax
public string Error { get; }

Return Value

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

Implements

IDataErrorInfoError
See Also