Click or drag to resize
Accord.NET (logo)

BaseOptimizationMethodOperationException Method

Creates an exception with a given inner optimization algorithm code (for debugging purposes).

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
protected static InvalidOperationException OperationException(
	string message,
	string code
)
Request Example View Source

Parameters

message
Type: SystemString
code
Type: SystemString

Return Value

Type: InvalidOperationException
See Also