iText 5

BadElementException

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

string

message

BadElementException [3/3]

Source code

protected BadElementException(SerializationInfo info, StreamingContext context)

Arguments

Type

Name

Description

SerializationInfo

info

StreamingContext

context

Generated with ModularDoc