Link Search Menu Expand Document

PDFExtractorPermissionsException Constructor (String, Exception)

Initializes a new instance of the PDFExtractorPermissionsException class.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public PDFExtractorPermissionsException(
	string message,
	Exception innerException
)

Parameters

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

Reference