CallbackValidator Constructor (Type^, ValidatorCallback^)
.NET Framework (current version)
Initializes a new instance of the CallbackValidator class.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- type
-
Type:
System::Type^
The type of object that will be validated.
- callback
-
Type:
System.Configuration::ValidatorCallback^
The ValidatorCallback used as the delegate.
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: