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

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

공개 메소드들

메소드 설명
ImplementationAlreadyInStoreException ( ) : System
ImplementationAlreadyInStoreException ( ManifestDigest manifestDigest ) : System

Creates a new implementation already in store exception.

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

비공개 메소드들

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

Deserializes an exception.

메소드 상세

ImplementationAlreadyInStoreException() 공개 메소드

public ImplementationAlreadyInStoreException ( ) : System
리턴 System

ImplementationAlreadyInStoreException() 공개 메소드

Creates a new implementation already in store exception.
public ImplementationAlreadyInStoreException ( ManifestDigest manifestDigest ) : System
manifestDigest ManifestDigest The digest of the that was supposed to be added.
리턴 System

ImplementationAlreadyInStoreException() 공개 메소드

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

ImplementationAlreadyInStoreException() 공개 메소드

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