C# Class ZeroInstall.Store.Trust.WrongPassphraseException

Inheritance: System.Exception
ファイルを表示 Open project: 0install/0install-win

Public Methods

Method Description
WrongPassphraseException ( ) : System

Indicates that an incorrect passphrase was passed to GnuPG.

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

Private Methods

Method Description
WrongPassphraseException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

Method Details

WrongPassphraseException() public method

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

WrongPassphraseException() public method

public WrongPassphraseException ( string message ) : System
message string
return System

WrongPassphraseException() public method

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