QuickObjects.ObjectBase Send comments on this topic.
CustomErrorMessage Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > RangeFieldValidator Class : CustomErrorMessage Property
CustomErrorMessage can be used to specify the error message that will be formatted and returned instead of the standard error message.

NOTE: Formatting can be specified by using {0} and {1} place holders inside the string.

The following place holders can be used:

Syntax

C# 
public override string CustomErrorMessage {get; set;}

Requirements

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

See Also