Mono Class Library: System Namespace

System.NotFiniteNumberException Class

Represents the error that occurs when an arithmetic operation cannot be performed on a floating-point value that is not a finite number. [Edit]

See Also: NotFiniteNumberException Members

System.Object
     System.Exception
          System.SystemException
               System.ArithmeticException
                    System.NotFiniteNumberException

[System.Runtime.InteropServices.ComVisible(true)]
public class NotFiniteNumberException : ArithmeticException

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

This exception is thrown when an operand of an arithmetic operation is, and is not permitted to be, one of the following:

Note: Operations involving double or float operations throw this exception.

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0