Click or drag to resize
Pdf Library for .NET

HtmlToPdfException Constructor (String)

Initializes a HtmlToPdfException object.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public HtmlToPdfException(
	string message
)

Parameters

message
Type: SystemString
The exception message.
See Also