Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfPasswordException Class
Members

In This Topic
    PdfPasswordException Class
    In This Topic
    Represents an exception that occurred if an invalid password was used while parsing PDF content.
    Object Model
    PdfPasswordException Class
    Syntax
    'Declaration
     
    Public Class PdfPasswordException 
       Inherits PdfSecurityException
    public class PdfPasswordException : PdfSecurityException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Pdf.PdfException
             GrapeCity.Documents.Pdf.PdfSecurityException
                GrapeCity.Documents.Pdf.PdfPasswordException

    See Also