OverflowException Class
The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class OverflowException : ArithmeticException, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class OverflowException _ Inherits ArithmeticException _ Implements IBridgeClass
[ExternalAttribute] [NamespaceAttribute] public ref class OverflowException : public ArithmeticException, IBridgeClass
Inheritance Hierarchy
System..::..Exception
System..::..ArithmeticException
System..::..OverflowException