Click or drag to resize
ErrorContainerSetPropertyError Method (String, String)
Sets the property error. If an empty errorDescription is passed in, the error information is cleared. Always logs a hard error.

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 void SetPropertyError(
	string propertyName,
	string errorDescription
)

Parameters

propertyName
Type: SystemString
Name of the property.
errorDescription
Type: SystemString
The error description.
See Also