Winnovative HTML to PDF Converter

HtmlConvertException Constructor (String, Exception)

Winnovative HTML to PDF Converter for .NET Documentation
Constructs an HTML converter exception with the given error message and the given inner exception object

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public HtmlConvertException(
	string message,
	Exception innerException
)

Parameters

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

Reference