PdfToImageException(String) Constructor

Constructs a PDF to Image exception with the given error message

Definition

Namespace: EvoPdf.PdfToImage
Assembly: EvoPdfToImage_NetCore (in EvoPdfToImage_NetCore.dll) Version: 14.0.0
C#
public PdfToImageException(
	string message
)

Parameters

message  String
The exception message

See Also