C1.Win.Input Namespace / ErrorReason Enumeration

ErrorReason Enumeration
Specifies the reason of the error.
Syntax
'Declaration
 
Public Enum ErrorReason 
   Inherits System.Enum
 
Members
MemberDescription
DataSourceErrorValue rejected by the data source, setting the data source field to that value failed.
EditMaskErrorValue does not match the edit mask.
NoneAll validation checks were successful.
ParsingErrorParsing failed.
PostValidationErrorValue rejected after parsing (in PostValidation).
PreValidationErrorValue was rejected before parsing (in PreValidation).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Input.ErrorReason

See Also