Click or drag to resize
Pdf Library for .NET

HtmlToPdfException Constructor (String, Exception)

Initializes a HtmlToPdfException object.

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

Parameters

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