C# Class BudgetAnalyser.Engine.Services.EncryptionKeyIncorrectException

An exception that describes an attempt to open an encrypted file with an incorrect set of credentials.
Inheritance: System.Exception
Exibir arquivo Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
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.

Method Details

EncryptionKeyIncorrectException() public method

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

EncryptionKeyIncorrectException() public method

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

EncryptionKeyIncorrectException() public method

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