PdfToImageException(String, Exception) Constructor |
Constructs an exception object
Namespace: ExpertPdfAssembly: eppdftoimage (in eppdftoimage.dll) Version: 9.0
Syntaxpublic PdfToImageException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- The exception message
- innerException Exception
- The exception which produced this exception
See Also