Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ErrorReason Enumeration

In This Topic
    ErrorReason Enumeration
    In This Topic
    Specifies the reason of the error.
    Syntax
    'Declaration
     
    
    Public Enum ErrorReason 
       Inherits System.Enum
    public enum ErrorReason : 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