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