BadElementException Public class
Description
Signals an attempt to create an Element that hasn't got the right form.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.BadElementException[[BadElementException]] iTextSharp.text.DocumentException[[DocumentException]] end iTextSharp.text.DocumentException --> iTextSharp.text.BadElementException
Details
Summary
Signals an attempt to create an Element that hasn't got the right form.
Inheritance
Constructors
BadElementException [1/3]
Source code
public BadElementException()
BadElementException [2/3]
Source code
public BadElementException(string message)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
message |
BadElementException [3/3]
Source code
protected BadElementException(SerializationInfo info, StreamingContext context)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
info |
|
|
|
context |
Generated with ModularDoc