Table of Contents

Class DocumentException

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

Signals that an error has occurred in a Document.

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

Constructors

DocumentException()

Constructs a new DocumentException

public DocumentException()

DocumentException(string)

Construct a new DocumentException

public DocumentException(string message)

Parameters

message string

error message

DocumentException(string, Exception)

public DocumentException(string message, Exception innerException)

Parameters

message string
innerException Exception