Click or drag to resize
Pdf Library for .NET

HtmlToPdfException(String) Constructor

Initializes a HtmlToPdfException object.

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

Parameters

message  String
The exception message.
See Also