C# Класс ZeroInstall.Store.Trust.WrongPassphraseException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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