Table of Contents

Class BadElementException

Namespace
iTextSharp.text
Assembly
iTextSharp.LGPLv2.Core.dll

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

public class BadElementException : DocumentException, ISerializable
Inheritance
BadElementException
Implements
Inherited Members

Constructors

BadElementException()

public BadElementException()

BadElementException(string)

public BadElementException(string message)

Parameters

message string

BadElementException(string, Exception)

public BadElementException(string message, Exception innerException)

Parameters

message string
innerException Exception