PDFExtractorCancellationException Constructor (String, Exception)ByteScout PDF Extractor SDK
Initializes a new instance of the PDFExtractorCancellationException class.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public PDFExtractorCancellationException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message text.
innerException
Type: SystemException
The inner exception.
See Also

Reference