Class SolverException
Indicates the ISolver was unable to provide Selections that fulfill the Requirements.
Namespace: ZeroInstall.Services.Solvers
Assembly: ZeroInstall.Services.dll
Syntax
public sealed class SolverException : Exception
Constructors
SolverException()
Indicates that the ISolver encountered an unknown problem.
Declaration
public SolverException()
SolverException(String)
Indicates that the ISolver encountered a specific problem.
Declaration
public SolverException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
SolverException(String, Exception)
Indicates that there was a problem parsing the ISolver's output.
Declaration
public SolverException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |