Click or drag to resize
Pdf Library for .NET

HtmlToPdfException Class

Exception thrown by the html to pdf converter related objects.
Inheritance Hierarchy
SystemObject
  SystemException
    SelectPdfHtmlToPdfException

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class HtmlToPdfException : Exception

The HtmlToPdfException type exposes the following members.

Constructors
 NameDescription
Public methodHtmlToPdfException(String) Initializes a HtmlToPdfException object.
Public methodHtmlToPdfException(String, Exception) Initializes a HtmlToPdfException object.
Top
See Also