Bridge

OverflowException Class

The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


<ExternalAttribute> _
<NamespaceAttribute> _
Public Class OverflowException _
	Inherits ArithmeticException _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class OverflowException : public ArithmeticException, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..ArithmeticException
      System..::..OverflowException