The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NotFiniteNumberException Constructor (Double)
.NET Framework (current version)
Initializes a new instance of the NotFiniteNumberException class with the invalid number.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- offendingNumber
-
Type:
System::Double
The value of the argument that caused the exception.
The offendingNumber parameter must be both a Double and an invalid number.
The following table shows the initial property values for an instance of NotFiniteNumberException.
Property | Value |
|---|---|
A null reference (Nothing in Visual Basic). | |
The invalid number. |
.NET Framework
Available since 1.1
Available since 1.1
Show: