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

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

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

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

Initializes a new instance of the EncryptionKeyNotProvidedException class.

EncryptionKeyNotProvidedException ( string message ) : System

Initializes a new instance of the EncryptionKeyNotProvidedException class.

EncryptionKeyNotProvidedException ( string message, Exception innerException ) : System

Initializes a new instance of the EncryptionKeyNotProvidedException class.

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

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

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

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

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

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

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