Click or drag to resize
Pdf Library for .NET

HtmlToPdfException Class

Exception thrown by the html to pdf converter related objects.
Inheritance Hierarchy
System.Object
  System.Exception
    SelectPdf.HtmlToPdfException

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 24.1
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