HtmlConvertException Constructor (String, Exception) |
Constructor
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public HtmlConvertException(
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