Click or drag to resize

MergePDFException Constructor (String, Exception)

Constructs an exception object

Namespace:  ExpertPdf.MergePdf
Assembly:  epmergepdf (in epmergepdf.dll) Version: 7.0
Syntax
public MergePDFException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The exception which produced this exception
See Also