EVO HTML to PDF Converter

HtmlConvertException Constructor (String, Exception)

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

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.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