Skip to main content
Skip table of contents

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
TypeNameDescription
stringmessage
BadElementException [3/3]

Source code

protected BadElementException(SerializationInfo info, StreamingContext context)
Arguments
TypeNameDescription
SerializationInfoinfo
StreamingContextcontext

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.