BudgetAnalyser.Engine.Services.EncryptionKeyIncorrectException.EncryptionKeyIncorrectException C# (CSharp) Method

EncryptionKeyIncorrectException() public method

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

Same methods

EncryptionKeyIncorrectException::EncryptionKeyIncorrectException ( string message ) : System
EncryptionKeyIncorrectException::EncryptionKeyIncorrectException ( string message, Exception innerException ) : System
EncryptionKeyIncorrectException