Table of Contents

Class PdfException

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

Signals that an unspecified problem while constructing a PDF document. @see BadPdfFormatException

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

Constructors

PdfException()

public PdfException()

PdfException(string)

public PdfException(string message)

Parameters

message string

PdfException(string, Exception)

public PdfException(string message, Exception innerException)

Parameters

message string
innerException Exception