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

Declaration Syntax
| C# | Visual Basic | Visual C++ | F# |
public:
NonconvergenceException(
String^ message,
Exception^ innerException
)

Parameters
- message (String)
- The exeption message.
- innerException (Exception)
- The inner exception.
Assembly:
Meta.Numerics (Module: Meta.Numerics) Version: 2.0.0.0 (2.0.0.0)