InfoConnect API Guide
Attachmate.Reflection Namespace / ErrorCode Enumeration


In This Topic
    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
    MemberDescription
    ErrorAn error has occurred.
    FieldNotExistsThe field does not exist.
    InhibitedThe keyboard is locked or input is inhibited.
    OkSuccess.
    ParamErrorThe 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