'Declaration<SuppressMessageAttribute("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")> <SerializableAttribute()> Public Class APINotInitializedException Inherits System.ApplicationException
'UsageDim instance As APINotInitializedException
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")] [Serializable()] public class APINotInitializedException : System.ApplicationException