Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
ErrorCode Enumeration
In This Topic
Defines values for error conditions that occur while invoking a method or accessing
a property.
Syntax
'Declaration
Public Enum ErrorCode Inherits System.Enum
'Usage
Dim instance As ErrorCode
public enum ErrorCode : System.Enum
Members
| 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. |
Remarks
Error codes are used in various exception objects. Refer to each individual exception
object for details.
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.ErrorCode
See Also