1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.exceptions

groupdocs.parser.exceptions

On this page

The namespace provides different exceptions classes.

Classes

Class Description
CorruptedDocumentException Thrown during document load, when the document is corrupted.
GroupDocsParserException Represents the errors that occur during application execution.
InvalidPasswordException Thrown if a document is encrypted with a password and the password specified
when opening the document is incorrect or missing.
UnsupportedDocumentFormatException Thrown during document load, when the document format is not recognized or not supported.

On this page