Windows apps
Collapse the table of content
Expand the table of content
Information
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 (String^, Double)

 

Initializes a new instance of the NotFiniteNumberException class with a specified error message and the invalid number.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
NotFiniteNumberException(
	String^ message,
	double offendingNumber
)

Parameters

message
Type: System::String^

The message that describes the error.

offendingNumber
Type: System::Double

The value of the argument that caused the exception.

Ensure that the message string is understandable to the user and that it is localized for the current culture.

The following table shows the initial property values for an instance of NotFiniteNumberException.

Property

Value

InnerException

A null reference (Nothing in Visual Basic).

Message

The error message string.

OffendingNumber

The invalid number.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft