Thrown when badly formatted Simple Xhtml is encountered.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

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.Layout..::..PdfException
        TallComponents.PDF.Layout.Shapes..::..SimpleXhtmlFormatException

See Also