Table of Contents

Constructor PdfException

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

PdfException()

Initializes a new instance of the PdfException class.

public PdfException()

PdfException(string)

Initializes a new instance of the PdfException class.

public PdfException(string message)

Parameters

message string

The message.

PdfException(string, Exception)

Initializes a new instance of the PdfException class.

public PdfException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.