Click or drag to resize

RtfConvertException Constructor (String, Exception)

Constructor

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public RtfConvertException(
	string message,
	Exception innerException
)

Parameters

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