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!

ArithmeticException Class

Represents an exception that is thrown when overflow or underflow occurs.

Object
   Exception
      SystemException
         ArithmeticException

[Visual Basic]
Public Class ArithmeticException
   Inherits SystemException
[C#]
public class ArithmeticException : SystemException
[C++]
public __gc class ArithmeticException : public SystemException
[JScript]
public class ArithmeticException extends SystemException

Remarks

The ArithmeticException is an exception class for bad arithmetic conditions. This exception is throw when the arithmetic conditions are not meet, such as a number that greater than or less than the acceptable range of numbers.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

ArithmeticException Members | System Namespace