Click or drag to resize
Pdf Library for .NET

PdfToTextException(String, Exception) Constructor

Constructor for PdfToTextException.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfToTextException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message.
innerException  Exception
The inner exception that triggered this exception.
See Also