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
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The exception message - innerException
- Type: SystemException
The exception which produced this exception
See Also