System.ComponentModel.InvalidEnumArgumentException
namespace System.ComponentModel
{
public class InvalidEnumArgumentException : ArgumentException
{
public InvalidEnumArgumentException();
protected InvalidEnumArgumentException(SerializationInfo info, StreamingContext context);
public InvalidEnumArgumentException(string message);
public InvalidEnumArgumentException(string message, Exception innerException);
public InvalidEnumArgumentException(string argumentName, int invalidValue, Type enumClass);
}
}