MergePDFException(String) Constructor

Constructs an exception object with the given error message that can be thrown by the PDF Merge library

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public MergePDFException(
	string message
)

Parameters

message  String
The exception message

See Also