Class LimitMemoryException
LimitMemoryException class
The limit memory exception. Occurs when memory usage should be reduced.
public class LimitMemoryException : OutOfMemoryException
Constructors
Name | Description |
---|---|
LimitMemoryException(string) | Initializes a new instance of the LimitMemoryException class. |
LimitMemoryException(string, Exception) | Initializes a new instance of the LimitMemoryException class. |
LimitMemoryException(string, long) | Initializes a new instance of the LimitMemoryException class. |
LimitMemoryException(string, Exception, int) | Initializes a new instance of the LimitMemoryException class. |
Properties
Name | Description |
---|---|
ReduceMemoryFactor { get; set; } | Gets or sets the reduce memory factor. |
See Also
- namespace Aspose.PSD.CoreExceptions
- assembly Aspose.PSD