Click or drag to resize

HtmlConvertException(String, Exception) Constructor

Constructor

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

Parameters

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