Summary
This enumeration is used to determine the type of exception the validator should throw.
Members
Values
| Name | Literal | Comments |
| Default | 0 | Lets the Validator to throw the default exception for that instance. |
| OutOfRangeViolation | 1 | Lets the Validator optionally throw an exception type appropriate for values that are out of range. |
| InvalidEnumViolation | 2 | Lets the Validator optionally throw an . |