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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class HtmlToPdfException : Exception
Constructors
  NameDescription
Public methodHtmlToPdfException(String)
Initializes a HtmlToPdfException object.
Public methodHtmlToPdfException(String, Exception)
Initializes a HtmlToPdfException object.
Top
See Also