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

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

공개 메소드들

메소드 설명
EncryptionKeyNotProvidedException ( ) : System

Initializes a new instance of the EncryptionKeyNotProvidedException class.

EncryptionKeyNotProvidedException ( string message ) : System

Initializes a new instance of the EncryptionKeyNotProvidedException class.

EncryptionKeyNotProvidedException ( string message, Exception innerException ) : System

Initializes a new instance of the EncryptionKeyNotProvidedException class.

메소드 상세

EncryptionKeyNotProvidedException() 공개 메소드

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

EncryptionKeyNotProvidedException() 공개 메소드

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

EncryptionKeyNotProvidedException() 공개 메소드

Initializes a new instance of the EncryptionKeyNotProvidedException class.
public EncryptionKeyNotProvidedException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System