Click or drag to resize

PdfToTextException(String, Exception) Constructor

Constructs an exception object

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

Parameters

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