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

CorruptedDocumentException constructor

On this page

init

Initializes a new instance of the CorruptedDocumentException class.

def __init__(self):
    ...

init

Initializes a new instance of the CorruptedDocumentException class with the message.

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

See Also

On this page