ParserDamagedDocumentException Constructor (String, Exception)ByteScout Document Parser SDK
Initializes a new instance of the ParserDamagedDocumentException class.

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax

public ParserDamagedDocumentException(
	string message,
	Exception innerException
)

Parameters

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

Reference