DirectoryAttribute.OnValidate(Object) Method

Definition

The OnValidate(Object) method verifies that value is a DirectoryAttribute object.

protected:
 override void OnValidate(System::Object ^ value);
protected override void OnValidate (object value);
override this.OnValidate : obj -> unit
Protected Overrides Sub OnValidate (value As Object)

Parameters

value
Object

The Object to evaluate.

Exceptions

value contains a null reference (Nothing in Visual Basic).

value must be either a string, byte[], or URI.

Remarks

This method does not return a value. Instead, an exception is thrown if the specified object is null or is an invalid DirectoryAttribute object.

Applies to