APINotInitializedException Class
In This Topic
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
[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