C# 클래스 ZeroInstall.Store.Trust.WrongPassphraseException

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

공개 메소드들

메소드 설명
WrongPassphraseException ( ) : System

Indicates that an incorrect passphrase was passed to GnuPG.

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

비공개 메소드들

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

Deserializes an exception.

메소드 상세

WrongPassphraseException() 공개 메소드

Indicates that an incorrect passphrase was passed to GnuPG.
public WrongPassphraseException ( ) : System
리턴 System

WrongPassphraseException() 공개 메소드

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

WrongPassphraseException() 공개 메소드

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