March 2003
Intermediate to advanced
896 pages
32h 35m
English
InvalidEnumArgumentException
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); }
System.Object
→ System.Exception(System.Runtime.Serialization.ISerializable) → System.SystemException → System.ArgumentException → InvalidEnumArgumentException
Read now
Unlock full access