OnValidate()

Namespace ›› System ›› MfParams ›› Methods ››
Parent Previous Next

OnValidate()

Overrides MfCollectionBase.OnValidate().

OnValidate(value)

OnValidate(ByRef value)

Performs additional custom processes when validating a value.

Parameters

value

The object to validate.

Throws

Throws MfArgumentNullException if value is null and AllowEmptyString is false.
Throws MfNullReferenceException if MfCollectionBase is not set to an instance.

Remarks

Protected Method
If AllowEmptyString is set to true then null values can be added using the Add() method.