March 2002
Intermediate to advanced
864 pages
31h 8m
English
DivideByZeroException
This exception is thrown when a math operation attempts to divide by zero.
public class DivideByZeroException : ArithmeticException { // Public Constructors public method DivideByZeroException(); public method DivideByZeroException(string message); public method DivideByZeroException(string message, Exception innerException); // Protected Constructors protected method DivideByZeroException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→ArithmeticException→DivideByZeroException