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

In This Topic
    PdfOperatorException Class
    In This Topic
    The exception that is thrown when a nested exception has occurred while processing a PDF operator.
    Object Model
    PdfOperatorException Class
    Syntax
    'Declaration
     
    Public Class PdfOperatorException 
       Inherits PdfContentStreamProcessorException
    public class PdfOperatorException : PdfContentStreamProcessorException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Pdf.PdfException
             GrapeCity.Documents.Pdf.Parser.PdfContentStreamProcessorException
                GrapeCity.Documents.Pdf.Parser.PdfOperatorException

    See Also