|
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
)
Protected Shared Function OperationException (
message As String,
code As String
) As InvalidOperationException
Request Example
View SourceParameters
- message
- Type: SystemString
- code
- Type: SystemString
Return Value
Type:
InvalidOperationExceptionSee Also