Click or drag to resize
SplitPDFException Constructor (String, Exception)
Constructor

Namespace: ExpertPdf.PDFSplit
Assembly: ExpertPdf.PdfSplit (in ExpertPdf.PdfSplit.dll) Version: 4.2
Syntax
public SplitPDFException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The inner exception that triggered this exception
See Also