Winnovative PDF Images Extractor Documentation

PdfImagesExtractorException Constructor (String, Exception)

Winnovative PDF Images Extractor
Constructs a PDF Images Extractor exception with the given error message and the given inner exception object

Namespace:  Winnovative.PdfImagesExtractor
Assembly:  WnvPdfImagesExtractor (in WnvPdfImagesExtractor.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfImagesExtractorException(
	string message,
	Exception innerException
)

Parameters

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

Reference