Click or drag to resize

NonConvergenceException(String) Constructor

Initializes a new instance of the NonConvergenceException class with a specified error message.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NonConvergenceException(
	string message
)

Parameters

message  String
The message that describes the error.
See Also