Class SolverException
- Namespace
- ZeroInstall.Services.Solvers
- Assembly
- ZeroInstall.Services.dll
Indicates the ISolver was unable to provide Selections that fulfill the Requirements.
public sealed class SolverException : Exception, ISerializable- Inheritance
- 
      
      
      SolverException
- Implements
- Inherited Members
Constructors
SolverException()
Indicates that the ISolver encountered an unknown problem.
public SolverException()SolverException(string)
Indicates that the ISolver encountered a specific problem.
public SolverException(string message)Parameters
- messagestring
SolverException(string, Exception)
Indicates that there was a problem parsing the ISolver's output.
public SolverException(string message, Exception innerException)