The exception that is thrown for errors in an arithmetic, casting, or conversion operation.
<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class ArithmeticException _ Inherits SystemException
Dim instance As ArithmeticException
[SerializableAttribute] [ComVisibleAttribute(true)] public class ArithmeticException : SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class ArithmeticException : public SystemException
public class ArithmeticException extends SystemException
ArithmeticException is the base class for DivideByZeroException, NotFiniteNumberException, and OverflowException. In general, use one of the derived classes of ArithmeticException to more precisely indicate the exact nature of the error. Throw an ArithmeticException if you are only interested in capturing a general arithmetic error.
ArithmeticException uses the HRESULT COR_E_ARITHMETIC, which has the value 0x80070216.
For a list of initial property values for an instance of ArithmeticException, see the ArithmeticException constructors.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune