ArgumentNullException

ArithmeticException CF 1.0, ECMA 1.0, serializable

System (mscorlib.dll) class

This is the base class for all math- related exceptions. You can throw this class from your own code, but use a subclass (if one exists) that specifically addresses the type of error you have encountered .

 public class  ArithmeticException  : SystemException {  // Public Constructors  public  ArithmeticException  ( );    public  ArithmeticException  (string   message   );    public  ArithmeticException  (string   message   , Exception   innerException   );  // Protected Constructors  protected  ArithmeticException  (System.Runtime.Serialization.SerializationInfo   info   ,          System.Runtime.Serialization.StreamingContext   context   ); } 

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException ArithmeticException

Subclasses

DivideByZeroException , NotFiniteNumberException , OverflowException



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

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