1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Exceptions
  6. /
  7. CorruptedDocumentException

CorruptedDocumentException

CorruptedDocumentException class

Thrown during document load, when the document is corrupted.

public sealed class CorruptedDocumentException : GroupDocsParserException

Constructors

Name Description
CorruptedDocumentException() Initializes a new instance of the CorruptedDocumentException class.
CorruptedDocumentException(string) Initializes a new instance of the CorruptedDocumentException class with the message.

See Also