LimitMemoryException Class
Contents
[
Hide
]Summary: The limit memory exception. Occurs when memory usage should be reduced.
Module: aspose.psd.coreexceptions
Full Name: aspose.psd.coreexceptions.LimitMemoryException
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description | 
|---|---|
| LimitMemoryException(message) | Initializes a new instance of the LimitMemoryException class. | 
| LimitMemoryException(message, reduce_memory_factor) | Initializes a new instance of the LimitMemoryException class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| reduce_memory_factor | long | r/w | Gets or sets the reduce memory factor. | 
Constructor: LimitMemoryException(message)
 LimitMemoryException(message) 
Initializes a new instance of the LimitMemoryException class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| message | string | The exception message. | 
Constructor: LimitMemoryException(message, reduce_memory_factor)
 LimitMemoryException(message, reduce_memory_factor) 
Initializes a new instance of the LimitMemoryException class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| message | string | The exception message. | 
| reduce_memory_factor | long | The reduce memory factor. |