Reflection
APINotInitializedException Constructor


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