This class represents an exception thrown by the HTML to PDF Converter library.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class HtmlConvertException : Exception
Visual Basic
Public Class HtmlConvertException
	Inherits Exception
Visual C++
public ref class HtmlConvertException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    EvoPdf..::..HtmlConvertException

See Also