CallbackValidatorAttribute::ValidatorInstance Property

 

Gets the validator instance.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property ConfigurationValidatorBase^ ValidatorInstance {
	virtual ConfigurationValidatorBase^ get() override;
}

Exception Condition
ArgumentNullException

The value of the Type property is null.

ArgumentException

The CallbackMethodName property is not set to a public static void method with one object parameter.

.NET Framework
Available since 2.0
Return to top
Show: