NotFiniteNumberException.NotFiniteNumberException(String, Double, Exception) Constructor
Assembly: mscorlib (in mscorlib.dll)
public NotFiniteNumberException ( string message, double offendingNumber, Exception innerException )
public NotFiniteNumberException ( String message, double offendingNumber, Exception innerException )
public function NotFiniteNumberException ( message : String, offendingNumber : double, innerException : Exception )
Not applicable.
Parameters
- message
The error message that explains the reason for the exception.
- offendingNumber
The value of the argument that caused the exception.
- innerException
The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
An exception that is thrown as a direct result of a previous exception can include a reference to the previous exception in the InnerException property. The InnerException property returns the same value that is passed into the constructor, or a null reference (Nothing in Visual Basic) if the InnerException property does not supply the inner exception value to the constructor.
The following table shows the initial property values for an instance of NotFiniteNumberException.
| Property | Value |
|---|---|
| InnerException | The inner exception reference. |
| The error message string. | |
| The invalid number. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.