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