Skip to main content
Skip table of contents

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
TypeNameDescription
stringmessage
InvalidPdfException [2/3]

Source code

public InvalidPdfException(string message, Exception cause)
Arguments
TypeNameDescription
stringmessage
Exceptioncause
InvalidPdfException [3/3]

Source code

protected InvalidPdfException(SerializationInfo info, StreamingContext context)
Arguments
TypeNameDescription
SerializationInfoinfo
StreamingContextcontext

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.