2.2.9.8 InvalidEnumArgumentException

The InvalidEnumArgumentException exception type is a derived class of ArgumentException as specified in section 2.2.9.7 of this document. The library name of the class is "mscorlib". There are no members other than those inherited from the ArgumentException class.

 Namespace System
 {
   Class InvalidEnumArgumentException:System.ArgumentException
   {
   }
 }