SubclassTypeValidator(Type) Constructor

Definition

Initializes a new instance of the SubclassTypeValidator class.

public:
 SubclassTypeValidator(Type ^ baseClass);
public SubclassTypeValidator (Type baseClass);
new System.Configuration.SubclassTypeValidator : Type -> System.Configuration.SubclassTypeValidator
Public Sub New (baseClass As Type)

Parameters

baseClass
Type

The base class to validate against.

Exceptions

baseClass is null.

Remarks

The criteria for validation is based on the baseClass parameter.

Applies to