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
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The exception message - innerException
- Type: SystemException
The inner exception that produced this exception
See Also