Click or drag to resize

HtmlConvertException(String, Exception) Constructor

Constructor

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public HtmlConvertException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message
innerException  Exception
The inner exception that produced this exception
See Also