BudgetAnalyser.Engine.Services.EncryptionKeyIncorrectException.EncryptionKeyIncorrectException C# (CSharp) Метод

EncryptionKeyIncorrectException() публичный Метод

Initializes a new instance of the EncryptionKeyIncorrectException class.
public EncryptionKeyIncorrectException ( ) : System
Результат System
        public EncryptionKeyIncorrectException()
        {
        }

Same methods

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