|  | 
| HtmlToPdfException Constructor (String, Exception) | 
  
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic HtmlToPdfException(
	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 triggered this exception.
 See Also
See Also