iText 5

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

Type

Name

Description

string

message

error message

Summary

Construct a new DocumentException

DocumentException [3/4]

Source code

protected DocumentException(SerializationInfo info, StreamingContext context)

Arguments

Type

Name

Description

SerializationInfo

info

StreamingContext

context

DocumentException [4/4]

Source code

public DocumentException(string message, Exception ex)

Arguments

Type

Name

Description

string

message

a message describing the exception

Exception

ex

an exception that has to be turned into a DocumentException

Summary

Constructs a DocumentException with a message and a Exception.

Generated with ModularDoc