The exception that is thrown when a child XML element does not correspond to a property or element of a collection.

Namespace: TallComponents.PDF.Layout.Xml
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
[SerializableAttribute]
public class ElementNotFoundException : XmlException
Visual Basic
<SerializableAttribute> _
Public Class ElementNotFoundException _
	Inherits XmlException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      TallComponents.PDF.Layout..::..PdfException
        TallComponents.PDF.Layout.Xml..::..XmlException
          TallComponents.PDF.Layout.Xml..::..ElementNotFoundException

See Also