PDFExtractorDamagedDocumentException Constructor (String, Exception)
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Initializes a new instance of the PDFExtractorDamagedDocumentException class.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public PDFExtractorDamagedDocumentException( string message, Exception innerException )
Parameters
- message
 - Type: SystemString
The message text. - innerException
 - Type: SystemException
The inner exception. 
See Also