C1.Win.Input Namespace / ErrorAction Enumeration

ErrorAction Enumeration
Specifies the action is performed on the control value when an error occurs.
Syntax
'Declaration
 
Public Enum ErrorAction 
   Inherits 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