SolutionNotFoundException Constructor (String) |
A solution was not found. Try using DenseLP.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SolutionNotFoundException(
string message
)
Public Sub New (
message As String
)
public:
SolutionNotFoundException(
String^ message
)
new :
message : string -> SolutionNotFoundException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also