Meta.Numerics Library
NonconvergenceException Constructor (message, innerException)
Meta.NumericsMeta.NumericsNonconvergenceExceptionNonconvergenceException(String, Exception)
Initializes a new nonconvergence exception with the given exception message and inner exception.
Declaration Syntax
C#Visual BasicVisual C++F#
public NonconvergenceException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
NonconvergenceException(
	String^ message, 
	Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> NonconvergenceException
Parameters
message (String)
The exeption message.
innerException (Exception)
The inner exception.