Represents the exception that is thrown when an arithmetic operation results in an overflow.
Object
Exception
SystemException
ArithmeticException
OverflowException
[Visual Basic] Public Class OverflowException Inherits ArithmeticException [C#] public class OverflowException : ArithmeticException [C++] public __gc class OverflowException : public ArithmeticException [JScript] public class OverflowException extends ArithmeticException
The OverflowException is the exception class that is thrown when there are arithmetic overflows. This results when the value of the parameter is beyond those permitted by the operation.
Namespace: System
Assembly: mscorlib.dll