PdfToTextException(String) Constructor

Constructs a PDF to Text exception with the given error message

Definition

Namespace: EvoPdf.PdfToText
Assembly: EvoPdfToText_NetCore (in EvoPdfToText_NetCore.dll) Version: 14.0.0
C#
public PdfToTextException(
	string message
)

Parameters

message  String
The exception message

See Also