Thrown when badly formatted Simple Xhtml is encountered.

Namespace: TallComponents.PDF.Shapes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      TallComponents.PDF..::..PdfException
        TallComponents.PDF.Shapes..::..SimpleXhtmlFormatException

See Also