C# Класс ZeroInstall.Services.Solvers.SolverException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
SolverException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

Описание методов

SolverException() публичный Метод

Indicates that the ISolver encountered an unknown problem.
public SolverException ( ) : System
Результат System

SolverException() публичный Метод

Indicates that the ISolver encountered a specific problem.
public SolverException ( string message ) : System
message string
Результат System

SolverException() публичный Метод

Indicates that there was a problem parsing the ISolver's output.
public SolverException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System