 | 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
Syntaxpublic class InvalidPasswordException : PdfiumException
Public Class InvalidPasswordException
Inherits PdfiumException
public ref class InvalidPasswordException : public PdfiumException
type InvalidPasswordException =
class
inherit PdfiumException
end
public class InvalidPasswordException extends PdfiumException
Patagames.Pdf.Net.Exceptions.InvalidPasswordException = function();
Type.createClass(
'Patagames.Pdf.Net.Exceptions.InvalidPasswordException',
Patagames.Pdf.Net.Exceptions.PdfiumException);
The InvalidPasswordException type exposes the following members.
Constructors
See Also