'DeclarationPublic Enum ErrorCode Inherits System.Enum
'UsageDim instance As ErrorCode
public enum ErrorCode : System.Enum
'DeclarationPublic Enum ErrorCode Inherits System.Enum
'UsageDim 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