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

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

Private Properties

프로퍼티 타입 설명
BuildMessage string
DigestMismatchException System
GetObjectData void

공개 메소드들

메소드 설명
DigestMismatchException ( ) : System
DigestMismatchException ( string message ) : System
DigestMismatchException ( string message, Exception innerException ) : System
DigestMismatchException ( string expectedDigest = null, string actualDigest = null, Manifest expectedManifest = null, Manifest actualManifest = null ) : System

Creates a new digest mismatch exception.

비공개 메소드들

메소드 설명
BuildMessage ( string expectedDigest, string actualDigest ) : string
DigestMismatchException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

DigestMismatchException() 공개 메소드

public DigestMismatchException ( ) : System
리턴 System

DigestMismatchException() 공개 메소드

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

DigestMismatchException() 공개 메소드

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

DigestMismatchException() 공개 메소드

Creates a new digest mismatch exception.
public DigestMismatchException ( string expectedDigest = null, string actualDigest = null, Manifest expectedManifest = null, Manifest actualManifest = null ) : System
expectedDigest string The digest value the was supposed to have.
actualDigest string The digest value that was actually calculated.
expectedManifest Manifest The that resulted in the ; may be null.
actualManifest Manifest The that resulted in the .
리턴 System