[]
        
(Showing Draft Content)

C1.Win.Input.ErrorReason

ErrorReason Enum

Specifies the reason of the error.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public enum ErrorReason

Fields

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.

None

All validation checks were successful.

ParsingError

Parsing failed.

PostValidationError

Value rejected after parsing (in PostValidation).

PreValidationError

Value was rejected before parsing (in PreValidation).