'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