InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / APIException Class
Members


In This Topic
    APIException Class
    In This Topic
    Exception object thrown by IbmHosts objects to indicate a error condition.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class APIException 
       Inherits System.ApplicationException
    'Usage
     
    
    Dim instance As APIException
    [Serializable()]
    public class APIException : System.ApplicationException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             Attachmate.Reflection.Emulation.Common.APIException

    See Also