Click or drag to resize

PdfToImageException Constructor (String, Exception)

Constructs an exception object

Namespace:  ExpertPdf
Assembly:  eppdftoimage (in eppdftoimage.dll) Version: 7.0
Syntax
public PdfToImageException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The exception which produced this exception
See Also