Table of Contents

Class PdfException

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

Class for errors specific to Docotic.Pdf that occur during application execution.

public class PdfException : Exception, ISerializable
Inheritance
PdfException
Implements
Derived
Inherited Members

Remarks

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

Constructors

PdfException()

Initializes a new instance of the PdfException class.

PdfException(SerializationInfo, StreamingContext)

Initializes a new instance of the PdfException class.

PdfException(string)

Initializes a new instance of the PdfException class.

PdfException(string, Exception)

Initializes a new instance of the PdfException class.