1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for Python via .NET
  4. /
  5. groupdocs.merger.exceptions
  6. /
  7. GroupDocsMergerException class
  8. /
  9. GroupDocsMergerException constructor

GroupDocsMergerException constructor

On this page

init

Initializes a new instance of the GroupDocsMergerException class.

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

See Also

On this page