.NET Windows Forms in a Nutshell
This exception class is thrown when an invalid enumeration is passed to a method or property. public class InvalidEnumArgumentException : ArgumentException { // Public Constructors public InvalidEnumArgumentException (); public InvalidEnumArgumentException (string message ); public InvalidEnumArgumentException (string argumentName , int invalidValue , Type enumClass ); } Hierarchy
System.Object |