InvalidEnumArgumentException

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



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net