The BaseValidator.CheckControlValidationProperty(string, string) method is a helper method used primarily by the BaseValidator.ControlPropertiesValid method to verify whether the specified control is on the page and contains validation properties. This method does not return a value to report the result. Instead, it throws an exception when verification fails.
This method is used primarily by control developers.