Skip to main content
Skip table of contents

DocumentException

DocumentException Public class

Description

Signals that an error has occurred in a Document.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text
  iTextSharp.text.DocumentException[[DocumentException]]
  end
  subgraph System
System.Exception[[Exception]]
  end
System.Exception --> iTextSharp.text.DocumentException

Details

Summary

Signals that an error has occurred in a Document.

Inheritance

  • Exception

Constructors

DocumentException [1/4]

Source code

public DocumentException()
Summary

Constructs a new DocumentException

DocumentException [2/4]

Source code

public DocumentException(string message)
Arguments
TypeNameDescription
stringmessageerror message
Summary

Construct a new DocumentException

DocumentException [3/4]

Source code

protected DocumentException(SerializationInfo info, StreamingContext context)
Arguments
TypeNameDescription
SerializationInfoinfo
StreamingContextcontext
DocumentException [4/4]

Source code

public DocumentException(string message, Exception ex)
Arguments
TypeNameDescription
stringmessagea message describing the exception
Exceptionexan exception that has to be turned into a DocumentException
Summary

Constructs a DocumentException with a message and a Exception.

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.