Click or drag to resize
ErrorContainerAppendPropertyError Method (String, String)
Appends the property error to an existing error for that property. Appends a newline first.

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

Parameters

propertyName
Type: SystemString
Name of the property.
errorDescription
Type: SystemString
The error description.
Remarks
To remove an error message for a property, call SetPropertyError with an empty string as error message. Always logs a hard error
See Also