Method | Description | |
---|---|---|
SolverException ( ) : System |
Indicates that the ISolver encountered an unknown problem.
|
|
SolverException ( string message ) : System |
Indicates that the ISolver encountered a specific problem.
|
|
SolverException ( string message, |
Indicates that there was a problem parsing the ISolver's output.
|
Method | Description | |
---|---|---|
SolverException ( |
Deserializes an exception.
|
public SolverException ( string message ) : System | ||
message | string | |
return | System |
public SolverException ( string message, |
||
message | string | |
innerException | ||
return | System |