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

Namespace:  ByteScout.InvoiceParser
Assembly:  ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-master
Syntax

public ParserDamagedDocumentException(
	string message,
	Exception innerException
)

Parameters

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

Reference