Represents an exception that is thrown when overflow or underflow occurs.
Object
Exception
SystemException
ArithmeticException
[Visual Basic] Public Class ArithmeticException Inherits SystemException [C#] public class ArithmeticException : SystemException [C++] public __gc class ArithmeticException : public SystemException [JScript] public class ArithmeticException extends SystemException
The ArithmeticException is an exception class for bad arithmetic conditions. This exception is throw when the arithmetic conditions are not meet, such as a number that greater than or less than the acceptable range of numbers.
Namespace: System
Assembly: mscorlib.dll