C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ErrorActionEnum Enumeration

ErrorActionEnum Enumeration
Used by ErrorInfo.ErrorAction property.
Syntax
'Declaration
 
Public Enum ErrorActionEnum 
   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.C1Input.ErrorActionEnum

See Also