Show / Hide Table of Contents

Class SolverException

Indicates the ISolver was unable to provide Selections that fulfill the Requirements.

Inheritance
Object
SolverException
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
In This Article
Back to top Copyright Bastian Eicher et al