Expert PDF Merge Library
MergePDFException Constructor (message, innerException)
NamespacesExpertPdf.MergePdfMergePDFExceptionMergePDFException(String, Exception)
Expert PDF Merge Library
Constructs an exception object
Declaration Syntax
C#Visual BasicVisual C++
public MergePDFException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
MergePDFException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
The exception message
innerException (Exception)
The exception which produced this exception

Assembly: ExpertPdf.MergePdf (Module: ExpertPdf.MergePdf) Version: 3.2.0.0 (3.2.0.0)