MergePDFException(String, Exception) Constructor |
Constructs an exception object
Namespace: ExpertPdf.MergePdfAssembly: epmergepdf (in epmergepdf.dll) Version: 9.0
Syntaxpublic MergePDFException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- The exception message
- innerException Exception
- The exception which produced this exception
See Also