Click or drag to resize

EvaluationException(String, IObjectiveFunctionEvaluation, Exception) Constructor

Initializes a new instance of the EvaluationException class with a specified error message, evaluation, and inner exception.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public EvaluationException(
	string message,
	IObjectiveFunctionEvaluation eval,
	Exception innerException
)

Parameters

message  String
The message that describes the error.
eval  IObjectiveFunctionEvaluation
The objective function evaluation associated with the error.
innerException  Exception
The exception that caused the current exception.
See Also