NotFiniteNumberException Constructor
Initializes a new instance of the NotFiniteNumberException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | NotFiniteNumberException() | Initializes a new instance of the NotFiniteNumberException class. |
![]() | NotFiniteNumberException(Double) | Initializes a new instance of the NotFiniteNumberException class with the invalid number. |
![]() | NotFiniteNumberException(SerializationInfo^, StreamingContext) | Initializes a new instance of the NotFiniteNumberException class with serialized data. |
![]() | NotFiniteNumberException(String^) | Initializes a new instance of the NotFiniteNumberException class with a specified error message. |
![]() | NotFiniteNumberException(String^, Double) | Initializes a new instance of the NotFiniteNumberException class with a specified error message and the invalid number. |
![]() | NotFiniteNumberException(String^, Double, Exception^) | Initializes a new instance of the NotFiniteNumberException class with a specified error message, the invalid number, and a reference to the inner exception that is root cause of this exception. |
![]() | NotFiniteNumberException(String^, Exception^) | Initializes a new instance of the NotFiniteNumberException class with a specified error message and a reference to the inner exception that is root cause of this exception. |

