Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / FdfParserException Class / FdfParserException Constructor / FdfParserException Constructor(String,Int64)

In This Topic
    FdfParserException Constructor(String,Int64)
    In This Topic
    Initializes a new instance of the FdfParserException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As System.String, _
       ByVal streamPosition As System.Long _
    )
    public FdfParserException( 
       System.string message,
       System.long streamPosition
    )

    Parameters

    message
    streamPosition
    See Also