C# 클래스 ZeroInstall.Services.Solvers.SolverException

상속: System.Exception
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
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