|
PdfDocumentException(String, Exception) Constructor
|
Constructor.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfDocumentException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- The exception message.
- innerException Exception
- The inner exception that triggered this exception.
See Also