BudgetAnalyser.Engine.Services.EncryptionKeyIncorrectException.EncryptionKeyIncorrectException C# (CSharp) Méthode

EncryptionKeyIncorrectException() public méthode

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

Same methods

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