iText 5

InvalidPdfException

InvalidPdfException Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.exceptions iTextSharp.text.exceptions.InvalidPdfException[[InvalidPdfException]] end subgraph System.IO System.IO.IOException[[IOException]] end System.IO.IOException --> iTextSharp.text.exceptions.InvalidPdfException

Details

Inheritance

  • IOException

Constructors

InvalidPdfException [1/3]

Source code

public InvalidPdfException(string message)

Arguments

Type

Name

Description

string

message

InvalidPdfException [2/3]

Source code

public InvalidPdfException(string message, Exception cause)

Arguments

Type

Name

Description

string

message

Exception

cause

InvalidPdfException [3/3]

Source code

protected InvalidPdfException(SerializationInfo info, StreamingContext context)

Arguments

Type

Name

Description

SerializationInfo

info

StreamingContext

context

Generated with ModularDoc