1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.exceptions
  6. /
  7. GroupDocsParserException class
  8. /
  9. GroupDocsParserException constructor

GroupDocsParserException constructor

On this page

init

Initializes a new instance of the GroupDocsParserException class.

def __init__(self):
    ...

init

Initializes a new instance of the GroupDocsParserException class.

def __init__(self, message):
    ...
Parameter Type Description
message System.String The message that describes the error.

See Also

On this page