'Declaration
Public Enum ErrorCode Inherits System.Enum
'Usage
Dim instance As ErrorCode
public enum ErrorCode : System.Enum
'Declaration
Public Enum ErrorCode Inherits System.Enum
'Usage
Dim instance As ErrorCode
public enum ErrorCode : System.Enum
Member | Description |
---|---|
Error | An error has occurred. |
FieldNotExists | The field does not exist. |
Inhibited | The keyboard is locked or input is inhibited. |
Ok | Success. |
ParamError | The input parameter is invalid. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.ErrorCode