C# 클래스 ZeroInstall.Services.Injector.ExecutorException

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

공개 메소드들

메소드 설명
ExecutorException ( ) : System

Creates a new missing main exception.

ExecutorException ( string message ) : System

Creates a new missing main exception.

ExecutorException ( string message, Exception innerException ) : System

Creates a new missing main exception.

비공개 메소드들

메소드 설명
ExecutorException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

메소드 상세

ExecutorException() 공개 메소드

Creates a new missing main exception.
public ExecutorException ( ) : System
리턴 System

ExecutorException() 공개 메소드

Creates a new missing main exception.
public ExecutorException ( string message ) : System
message string
리턴 System

ExecutorException() 공개 메소드

Creates a new missing main exception.
public ExecutorException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System