Winnovative PDF to Image Documentation

PdfToImageException Constructor (String, Exception)

Winnovative PDF to Image
Constructs a PDF to Image exception with the given error message and the given inner exception object

Namespace:  Winnovative.PdfToImage
Assembly:  WnvPdfToImage (in WnvPdfToImage.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfToImageException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The inner exception that triggered this exception
See Also

Reference