Initializes a new nonconvergence exception with the given exception message and inner exception.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public NonconvergenceException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
NonconvergenceException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
String
The exeption message.
innerException
Exception
The inner exception.

See Also