Table of Contents

Class BadPasswordException

Namespace
iText.Kernel.Exceptions
Assembly
itext.kernel.dll

Bad password exception.

public class BadPasswordException : PdfException
Inheritance
BadPasswordException
Inherited Members

Constructors

BadPasswordException(string)

Creates a new BadPasswordException.

public BadPasswordException(string message)

Parameters

message string

the detail message.

BadPasswordException(string, Exception)

Creates a new BadPasswordException.

public BadPasswordException(string message, Exception cause)

Parameters

message string

the detail message.

cause Exception

the cause (which is saved for later retrieval by InnerException method).

Fields

PdfReaderNotOpenedWithOwnerPassword

public const string PdfReaderNotOpenedWithOwnerPassword = "PdfReader is not opened with owner password"

Field Value

string