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

In This Topic
    PdfException Class
    In This Topic
    Represents an exception that occurred while processing a PDF document.
    Object Model
    PdfException Class
    Syntax
    'Declaration
     
    Public Class PdfException 
       Inherits System.Exception
    public class PdfException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Pdf.PdfException
             GrapeCity.Documents.Pdf.Parser.PdfContentStreamProcessorException
             GrapeCity.Documents.Pdf.Parser.PdfParserException
             GrapeCity.Documents.Pdf.PdfSecurityException

    See Also