InfoConnect for Airlines
APINotInitializedException Class
Members 


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

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

See Also