Click or drag to resize

RtfConvertException(String, Exception) Constructor

Constructor

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

Parameters

message  String
The exception message
innerException  Exception
The inner exception that produced this exception
See Also