DekGenius.com
[ Team LiB ] Previous Section Next Section

InvalidEnumArgumentException

System.ComponentModel (system.dll)class

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 System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException System.ArgumentException InvalidEnumArgumentException

    [ Team LiB ] Previous Section Next Section