Signals an attempt to create an Element that hasn't got the right form.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class BadElementException : DocumentException
Visual Basic
Public Class BadElementException _
	Inherits DocumentException
Visual C++
public ref class BadElementException : public DocumentException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    iTextSharp.text..::..DocumentException
      iTextSharp.text..::..BadElementException

See Also