Table of Contents

Class IncorrectPasswordException

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

The exception that is thrown when the library tries to open an encrypted PDF with an incorrect password or without a password.

public class IncorrectPasswordException : PdfException, ISerializable
Inheritance
IncorrectPasswordException
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

IncorrectPasswordException()

Initializes a new instance of the IncorrectPasswordException class.

IncorrectPasswordException(SerializationInfo, StreamingContext)

Initializes a new instance of the IncorrectPasswordException class.

IncorrectPasswordException(string)

Initializes a new instance of the IncorrectPasswordException class.

IncorrectPasswordException(string, Exception)

Initializes a new instance of the IncorrectPasswordException class.