QuickObjects.ObjectBase Send comments on this topic.
ErrorString Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidator Class : ErrorString Property
If the validation fails the error message is available via this property.

If the CustomErrorMessage is set, the ErrorString property will automatically return the CustomErrorMessage after formatting it.

Syntax

C# 
public virtual string ErrorString {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also