Click or drag to resize

PdfToTextException Constructor (String, Exception)

Constructs an exception object

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

Parameters

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