MultiSelect for WinForms
ErrorActionEnum 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : ErrorActionEnum 列挙体
Used by ErrorInfo.ErrorAction property.
シンタックス
'宣言
 
Public Enum ErrorActionEnum 
   Inherits System.Enum
public enum ErrorActionEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.ErrorActionEnum

参照

C1.Win.C1Input 名前空間