C# Class BudgetAnalyser.Engine.Services.EncryptionKeyNotProvidedException

An exception that describes an attempt to open an encrypted file without any credentials provided.
Inheritance: System.Exception
ファイルを表示 Open project: Benrnz/BudgetAnalyser

Public Methods

Method 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 method

Initializes a new instance of the EncryptionKeyNotProvidedException class.
public EncryptionKeyNotProvidedException ( ) : System
return System

EncryptionKeyNotProvidedException() public method

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

EncryptionKeyNotProvidedException() public method

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.
return System