MergePDFException(String, Exception) Constructor

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

Definition

Namespace: EvoPdf.PdfMerge
Assembly: EvoPdfMerge_NetCore (in EvoPdfMerge_NetCore.dll) Version: 14.0.0
C#
public MergePDFException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message
innerException  Exception
The exception which produced this exception

See Also