Click or drag to resize

PdfToImageException(String, Exception) Constructor

Constructs an exception object

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

Parameters

message  String
The exception message
innerException  Exception
The exception which produced this exception
See Also