[]
Used by ValidationErrorEventArgs.Reason and ValidationException.Reason properties.
public enum ErrorReasonEnum
| Name | Description |
|---|---|
| DataSourceError | Value rejected by the data source, setting the data source field to that value failed. |
| EditMaskError | Value does not match the edit mask. |
| NoErrors | All validation checks were successful. |
| ParsingError | Parsing failed. |
| PostValidationError | Value rejected after parsing (in PostValidation). |
| PreValidationError | Value was rejected before parsing (in PreValidation). |