NAnt SDK Documentation - v0.85-nightly-2005-11-09

ValidatorAttribute.Validate Method 

[This is preliminary documentation and subject to change.]

Validates the specified value.

[Visual Basic]
MustOverride Public Sub Validate( _
   ByVal value As Object _
)
[C#]
public abstract void Validate(
   object value
);

Parameters

value
The value to be validated.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Attributes.ValidatorAttribute.Validate(System.Object)

Exceptions

Exception Type Condition
ValidationException The validation fails.

See Also

ValidatorAttribute Class | NAnt.Core.Attributes Namespace