Table of Contents

Class UnexpectedStructureException

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

The exception that is thrown when the library can not parse a PDF or when the document contains unexpected objects. The exception is also thrown when a PDF does not contain expected objects.

public class UnexpectedStructureException : PdfException, ISerializable
Inheritance
UnexpectedStructureException
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

UnexpectedStructureException()

Initializes a new instance of the UnexpectedStructureException class.

UnexpectedStructureException(SerializationInfo, StreamingContext)

Initializes a new instance of the UnexpectedStructureException class.

UnexpectedStructureException(string)

Initializes a new instance of the UnexpectedStructureException class.

UnexpectedStructureException(string, Exception)

Initializes a new instance of the UnexpectedStructureException class.