PdfToHtmlException(String) Constructor

Constructs a PDF to HTML exception with the given error message

Definition

Namespace: EvoPdf.PdfToHtml
Assembly: EvoPdfToHtml_NetCore (in EvoPdfToHtml_NetCore.dll) Version: 14.0.0
C#
public PdfToHtmlException(
	string message
)

Parameters

message  String
The exception message

See Also