Constructor DocumentEncryptedException
DocumentEncryptedException()
Initializes the exception.
public DocumentEncryptedException()
DocumentEncryptedException(string)
Initializes the exception with a message.
public DocumentEncryptedException(string message)
Parameters
messagestringThe error message.
DocumentEncryptedException(string, string?)
Initializes the exception with a message and the scheme that was detected.
public DocumentEncryptedException(string message, string? encryptionScheme)
Parameters
messagestringThe error message.
encryptionSchemestringThe 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)