Click or drag to resize

InvalidPasswordException Class

This exception is commonly raised when the password for a PDF file does not match.
Inheritance Hierarchy

Namespace:  Patagames.Pdf.Net.Exceptions
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class InvalidPasswordException : PdfiumException

The InvalidPasswordException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidPasswordException
Initializes a new instance of the InvalidPasswordException class.
Top
See Also