Table of Contents

Class PdfDocumentException

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

The class represents general PDF document level exceptions. The PdfDocumentException inherited from the PdfException class

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

Constructors

PdfDocumentException()

Initializes object by default error message.

public PdfDocumentException()

PdfDocumentException(Exception)

Initializes object by default error message and inner exception object.

public PdfDocumentException(Exception innerException)

Parameters

innerException Exception

The inner exception.

PdfDocumentException(string)

Initializes object by specified error message.

public PdfDocumentException(string message)

Parameters

message string

User defined error message.

PdfDocumentException(string, Exception)

Initializes object by specified error message and inner exception object.

public PdfDocumentException(string message, Exception innerException)

Parameters

message string

User defined error message.

innerException Exception

The inner exception.