CallbackValidatorAttribute::ValidatorInstance Property
.NET Framework (current version)
Gets the validator instance.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationValidatorBase^ ValidatorInstance { virtual ConfigurationValidatorBase^ get() override; }
Property Value
Type: System.Configuration::ConfigurationValidatorBase^The current ConfigurationValidatorBase instance.
| 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
Available since 2.0
Show: