August 2003
Intermediate to advanced
928 pages
32h 1m
English
DivideByZeroException
This exception is thrown when a math operation attempts to divide by zero.
public class DivideByZeroException : ArithmeticException { // Public Constructors public DivideByZeroException( ); public DivideByZeroException(stringmessage); public DivideByZeroException(stringmessage, ExceptioninnerException); // Protected Constructors protected DivideByZeroException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
ArithmeticException
→
DivideByZeroException