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 |
|---|---|---|
|
|
message |
InvalidPdfException [2/3]
Source code
public InvalidPdfException(string message, Exception cause)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
message |
|
|
|
cause |
InvalidPdfException [3/3]
Source code
protected InvalidPdfException(SerializationInfo info, StreamingContext context)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
info |
|
|
|
context |
Generated with ModularDoc