InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / APINotInitializedException Class
Members


In This Topic
    APINotInitializedException Class
    In This Topic
    This application exception occurrs when the API service object has not been initialized.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")>
    <SerializableAttribute()>
    Public Class APINotInitializedException 
       Inherits System.ApplicationException
    'Usage
     
    
    Dim instance As APINotInitializedException
    [SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")]
    [Serializable()]
    public class APINotInitializedException : System.ApplicationException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             Attachmate.Reflection.Framework.APINotInitializedException

    See Also