LimitMemoryException constructor
init
Initializes a new instance of the LimitMemoryException
class.
def __init__(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The exception message. |
init
Initializes a new instance of the LimitMemoryException
class.
def __init__(self, message, reduce_memory_factor):
...
Parameter | Type | Description |
---|---|---|
message | str | The exception message. |
reduce_memory_factor | int | The reduce memory factor. |
See Also
- module
aspose.cad.cadexceptions
- class
LimitMemoryException