Click or drag to resize

SplitPDFException Constructor (String, Exception)

Constructor

Namespace:  ExpertPdf.PDFSplit
Assembly:  epsplitpdf (in epsplitpdf.dll) Version: 6.0
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