C# Class ZeroInstall.Services.Solvers.SolverException

Inheritance: System.Exception
显示文件 Open project: 0install/0install-win

Public Methods

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, Exception innerException ) : System

Indicates that there was a problem parsing the ISolver's output.

Private Methods

Method Description
SolverException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

Method Details

SolverException() public method

Indicates that the ISolver encountered an unknown problem.
public SolverException ( ) : System
return System

SolverException() public method

Indicates that the ISolver encountered a specific problem.
public SolverException ( string message ) : System
message string
return System

SolverException() public method

Indicates that there was a problem parsing the ISolver's output.
public SolverException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System