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
stringthe detail message.
BadPasswordException(string, Exception)
Creates a new BadPasswordException.
public BadPasswordException(string message, Exception cause)
Parameters
message
stringthe detail message.
cause
Exceptionthe cause (which is saved for later retrieval by InnerException method).
Fields
PdfReaderNotOpenedWithOwnerPassword
public const string PdfReaderNotOpenedWithOwnerPassword = "PdfReader is not opened with owner password"