StreamReadException constructor
init
Initializes a new instance of the StreamReadException
class.
def __init__(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The message. |
init
Initializes a new instance of the StreamReadException
class.
def __init__(self, message, expected_read_count, actual_read_count):
...
Parameter | Type | Description |
---|---|---|
message | str | The message. |
expected_read_count | int | The expected read count. |
actual_read_count | int | The actual read count. |
See Also
- module
aspose.cad.cadexceptions
- class
StreamReadException