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


In This Topic
    APINotInitializedException Constructor
    In This Topic
    This application exception occurrs when the API service object has not been initialized.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New APINotInitializedException()
    public APINotInitializedException()
    See Also