SplitPDFException(String, Exception) Constructor |
Constructor
Namespace: ExpertPdf.PDFSplitAssembly: epsplitpdf (in epsplitpdf.dll) Version: 9.0
Syntaxpublic SplitPDFException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- The exception message
- innerException Exception
- The inner exception that triggered this exception
See Also