Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / FdfParserException Class
Members

In This Topic
    FdfParserException Class
    In This Topic
    Represents common exception occurs during parsing FDF content.
    Object Model
    FdfParserException Class
    Syntax
    'Declaration
     
    Public Class FdfParserException 
       Inherits PdfParserException
    public class FdfParserException : PdfParserException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Pdf.PdfException
             GrapeCity.Documents.Pdf.Parser.PdfParserException
                GrapeCity.Documents.Pdf.Parser.FdfParserException

    See Also