Table of Contents

Constructor HtmlConverterException

Namespace
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly
BitMiracle.Docotic.Pdf.HtmlToPdf.dll

HtmlConverterException()

Initializes a new instance of the HtmlConverterException class.

public HtmlConverterException()

HtmlConverterException(string)

Initializes a new instance of the HtmlConverterException class with a specific error message.

public HtmlConverterException(string message)

Parameters

message string

The message.

HtmlConverterException(string, Exception)

Initializes a new instance of the HtmlConverterException class with a specific error message and a reference to the inner exception that is the cause of this exception.

public HtmlConverterException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.