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