Class CannotDecryptPdfException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The exception that is thrown when the library can not decrypt an encrypted PDF.
public class CannotDecryptPdfException : PdfException, ISerializable
- Inheritance
-
CannotDecryptPdfException
- Implements
- Inherited Members
Remarks
The Message contains more info about the cause of the exception.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- CannotDecryptPdfException()
Initializes a new instance of the CannotDecryptPdfException class.
- CannotDecryptPdfException(SerializationInfo, StreamingContext)
Initializes a new instance of the CannotDecryptPdfException class.
- CannotDecryptPdfException(string)
Initializes a new instance of the CannotDecryptPdfException class.
- CannotDecryptPdfException(string, Exception)
Initializes a new instance of the CannotDecryptPdfException class.