Click or drag to resize
Accord.NET (logo)

LineSearchFailedException Constructor (Int32, String)

Initializes a new instance of the LineSearchFailedException class.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public LineSearchFailedException(
	int info,
	string message
)
Request Example View Source

Parameters

info
Type: SystemInt32
The error code information of the line search routine.
message
Type: SystemString
Message providing some additional information.
See Also