Link Search Menu Expand Document

HtmlToPdfException Constructor (String)

Initializes a new instance of the HtmlToPdfException class with a specified error message.

Namespace:Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax
public HtmlToPdfException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also

Reference