This documentation is archived and is not being maintained.
NotFiniteNumberException Constructor
Visual Studio 2010
Initializes a new instance of the NotFiniteNumberException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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(String) | Initializes a new instance of the NotFiniteNumberException class with a specified error message. |
|
NotFiniteNumberException(SerializationInfo, StreamingContext) | Initializes a new instance of the NotFiniteNumberException class with serialized data. |
|
NotFiniteNumberException(String, Double) | Initializes a new instance of the NotFiniteNumberException class with a specified error message and the invalid number. |
|
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. |
|
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. |
Show: