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

In This Topic
    ErrorAction Enumeration
    In This Topic
    Specifies the action is performed on the control value when an error occurs.
    Syntax
    'Declaration
     
    
    Public Enum ErrorAction 
       Inherits System.Enum
    public enum ErrorAction : System.Enum 
    Members
    MemberDescription
    NoneControl value remains as the user typed it.
    ResetValueControl value is reset to the value control had before entering edit mode.
    SetValueOnErrorControl value is set to ValueOnError.
    ThrowExceptionControl value is reset to the value control had before entering edit mode, and an exception is thrown.
    Inheritance Hierarchy

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

    See Also