Click or drag to resize

OptimizationException(String) Constructor

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

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

Parameters

message  String
The message that describes the error.
See Also