LimitMemoryException Class

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.4.0

Constructors

NameDescription
LimitMemoryException(message)Initializes a new instance of the LimitMemoryException class.
LimitMemoryException(message, reduce_memory_factor)Initializes a new instance of the LimitMemoryException class.

Properties

NameTypeAccessDescription
reduce_memory_factorlongr/wGets or sets the reduce memory factor.

Constructor: LimitMemoryException(message)

 LimitMemoryException(message) 

Initializes a new instance of the LimitMemoryException class.

Parameters:

ParameterTypeDescription
messagestringThe exception message.

Constructor: LimitMemoryException(message, reduce_memory_factor)

 LimitMemoryException(message, reduce_memory_factor) 

Initializes a new instance of the LimitMemoryException class.

Parameters:

ParameterTypeDescription
messagestringThe exception message.
reduce_memory_factorlongThe reduce memory factor.