NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OverflowException Class

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

Remarks

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.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

OverflowException Members | System Namespace