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.

See Also: NotFiniteNumberException Members

Syntax

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

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.

Thread Safety

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

Requirements

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