C# 클래스 ZeroInstall.Store.Implementations.ImplementationNotFoundException

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

공개 메소드들

메소드 설명
ImplementationNotFoundException ( ) : System

Creates a new implementation not found exception without specifying the specific implementation ID.

ImplementationNotFoundException ( ManifestDigest manifestDigest ) : System

Creates a new implementation not found exception.

ImplementationNotFoundException ( string message ) : System
ImplementationNotFoundException ( string message, Exception innerException ) : System

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ImplementationNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

메소드 상세

ImplementationNotFoundException() 공개 메소드

Creates a new implementation not found exception without specifying the specific implementation ID.
public ImplementationNotFoundException ( ) : System
리턴 System

ImplementationNotFoundException() 공개 메소드

Creates a new implementation not found exception.
public ImplementationNotFoundException ( ManifestDigest manifestDigest ) : System
manifestDigest ManifestDigest The of the to be found.
리턴 System

ImplementationNotFoundException() 공개 메소드

public ImplementationNotFoundException ( string message ) : System
message string
리턴 System

ImplementationNotFoundException() 공개 메소드

public ImplementationNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System