C# Класс BudgetAnalyser.Engine.Services.EncryptionKeyIncorrectException

An exception that describes an attempt to open an encrypted file with an incorrect set of credentials.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
EncryptionKeyIncorrectException ( ) : System

Initializes a new instance of the EncryptionKeyIncorrectException class.

EncryptionKeyIncorrectException ( string message ) : System

Initializes a new instance of the EncryptionKeyIncorrectException class.

EncryptionKeyIncorrectException ( string message, Exception innerException ) : System

Initializes a new instance of the EncryptionKeyIncorrectException class.

Описание методов

EncryptionKeyIncorrectException() публичный Метод

Initializes a new instance of the EncryptionKeyIncorrectException class.
public EncryptionKeyIncorrectException ( ) : System
Результат System

EncryptionKeyIncorrectException() публичный Метод

Initializes a new instance of the EncryptionKeyIncorrectException class.
public EncryptionKeyIncorrectException ( string message ) : System
message string The message.
Результат System

EncryptionKeyIncorrectException() публичный Метод

Initializes a new instance of the EncryptionKeyIncorrectException class.
public EncryptionKeyIncorrectException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System