SplitPDFException Constructor (String, Exception) |
Constructor
Namespace:
ExpertPdf.PDFSplit
Assembly:
epsplitpdf (in epsplitpdf.dll) Version: 6.0
Syntax public SplitPDFException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The exception message - innerException
- Type: SystemException
The inner exception that triggered this exception
See Also