InvalidPasswordException constructor
init
Initializes a new instance of the InvalidPasswordException class.
def __init__(self):
...
init
Initializes a new instance of the InvalidPasswordException class.
def __init__(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | System.String | The message that describes the error. |
See Also
- module
groupdocs.parser.exceptions - class
InvalidPasswordException