PdfException Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfException[[PdfException]] end subgraph iTextSharp.text iTextSharp.text.DocumentException[[DocumentException]] end iTextSharp.text.DocumentException --> iTextSharp.text.pdf.PdfException
Details
Inheritance
Constructors
PdfException [1/3]
Source code
public PdfException()
PdfException [2/3]
Source code
public PdfException(string message)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
message |
PdfException [3/3]
Source code
protected PdfException(SerializationInfo info, StreamingContext context)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
info |
|
|
|
context |
Generated with ModularDoc