Winnovative PDF Merge Library for .NET Documentation

MergePDFException Constructor (String, Exception)

Winnovative PDF Merge Library for .NET
Constructs an exception object with the given error message and inner exception that can be thrown by the PDF Merge library

Namespace:  Winnovative.PDFMerge
Assembly:  wnvpdfmerge (in wnvpdfmerge.dll) Version: 10.0.0.0 (10.0.0.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

Reference