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.4.0.0 (1.4.19.0529)
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