Table of Contents

Constructor DocumentEncryptedException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

DocumentEncryptedException()

Initializes the exception.

public DocumentEncryptedException()

DocumentEncryptedException(string)

Initializes the exception with a message.

public DocumentEncryptedException(string message)

Parameters

message string

The error message.

DocumentEncryptedException(string, string?)

Initializes the exception with a message and the scheme that was detected.

public DocumentEncryptedException(string message, string? encryptionScheme)

Parameters

message string

The error message.

encryptionScheme string

The detected scheme, for example "ECMA-376 Agile".

DocumentEncryptedException(string, string?, Exception?)

Initializes the exception with a message, a scheme and an inner exception.

public DocumentEncryptedException(string message, string? encryptionScheme, Exception? innerException)

Parameters

message string

The error message.

encryptionScheme string

The detected scheme, for example "ECMA-376 Agile".

innerException Exception

The underlying cause.