Table of Contents

Class CannotParseFdfException

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

The exception that is thrown when the library can not parse a Forms Data File (FDF).

public class CannotParseFdfException : PdfException, ISerializable
Inheritance
CannotParseFdfException
Implements
Inherited Members

Remarks

The Message contains more info about the cause of the exception.

The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.

Constructors

CannotParseFdfException()

Initializes a new instance of the CannotParseFdfException class.

CannotParseFdfException(SerializationInfo, StreamingContext)

Initializes a new instance of the CannotParseFdfException class.

CannotParseFdfException(string)

Initializes a new instance of the CannotParseFdfException class.

CannotParseFdfException(string, Exception)

Initializes a new instance of the CannotParseFdfException class.