C# 클래스 BudgetAnalyser.Engine.Services.EncryptionKeyIncorrectException

An exception that describes an attempt to open an encrypted file with an incorrect set of credentials.
상속: System.Exception
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
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.

메소드 상세

EncryptionKeyIncorrectException() 공개 메소드

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

EncryptionKeyIncorrectException() 공개 메소드

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

EncryptionKeyIncorrectException() 공개 메소드

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.
리턴 System