HtmlConverterException Constructor (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.

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public HtmlConverterException(
	string message,
	Exception innerException
)
VB
Public Sub New ( 
	message As String,
	innerException As Exception
)

Parameters

message
Type: System.String
The message.
innerException
Type: System.Exception
The inner exception.

See Also