The exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN).
See Also: NotFiniteNumberException Members
NotFiniteNumberException is available for programming languages that do not support the concepts of infinity and Not-a-Number in floating-point operations.
NotFiniteNumberException uses the HRESULT COR_E_NOTFINITENUMBER, which has the value 0x80131528.
For a list of initial property values for an instance of NotFiniteNumberException, see the NotFiniteNumberException.#ctor constructors.