|
BaseOptimizationMethodArgumentException 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 ArgumentOutOfRangeException ArgumentException(
string paramName,
string message,
string code
)
Protected Shared Function ArgumentException (
paramName As String,
message As String,
code As String
) As ArgumentOutOfRangeException
Request Example
View SourceParameters
- paramName
- Type: SystemString
- message
- Type: SystemString
- code
- Type: SystemString
Return Value
Type:
ArgumentOutOfRangeExceptionSee Also