Click or drag to resize

HtmlConvertException Constructor (String, Exception)

Constructor

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

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The inner exception that produced this exception
See Also