C# Class BudgetAnalyser.Engine.Services.EncryptionKeyNotProvidedException

An exception that describes an attempt to open an encrypted file without any credentials provided.
Inheritance: System.Exception
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
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.

Method Details

EncryptionKeyNotProvidedException() public méthode

Initializes a new instance of the EncryptionKeyNotProvidedException class.
public EncryptionKeyNotProvidedException ( ) : System
Résultat System

EncryptionKeyNotProvidedException() public méthode

Initializes a new instance of the EncryptionKeyNotProvidedException class.
public EncryptionKeyNotProvidedException ( string message ) : System
message string The message.
Résultat System

EncryptionKeyNotProvidedException() public méthode

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.
Résultat System