Link Search Menu Expand Document

ParserDamagedDocumentException Constructor (String, Exception)

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