| 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.GeneralDataStructuresAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic void SetPropertyError(
	string propertyName,
	string errorDescription
)
Public Sub SetPropertyError ( 
	propertyName As String,
	errorDescription As String
)
Parameters
- propertyName
 - Type: SystemString
Name of the property. - errorDescription
 - Type: SystemString
The error description. 
See Also