Validation utilities.

Namespace:  Gallio.Common.Validation
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static class ValidationUtils
Visual Basic (Declaration)
Public NotInheritable Class ValidationUtils

Remarks

These utilities are not intended to be used for argument validation; use code that throws ArgumentException for that instead. The validation utilities are intended for use by self-validating IValidatable objects that provide the ability to validate their state after construction for internal consistency.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Validation..::.ValidationUtils

See Also