The base exception that is used for all XML exceptions that are thrown when an XML error occurs.

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

Syntax

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

Inheritance Hierarchy

See Also