3 types derived from ArithmeticException
mscorlib (3)
system\dividebyzeroexception.cs (1)
22public class DivideByZeroException : ArithmeticException {
system\notfinitenumberexception.cs (1)
15public class NotFiniteNumberException : ArithmeticException {
system\overflowexception.cs (1)
23public class OverflowException : ArithmeticException {
2 instantiations of ArithmeticException
mscorlib (2)
system\math.cs (2)
579throw new ArithmeticException(Environment.GetResourceString("Arithmetic_NaN")); 590throw new ArithmeticException(Environment.GetResourceString("Arithmetic_NaN"));