Class LimitMemoryException
- Namespace
- Aspose.Imaging.CoreExceptions
- Assembly
- Aspose.Imaging.dll
The limit memory exception. Occurs when memory usage should be reduced.
public class LimitMemoryException : OutOfMemoryException, ISerializable
- Inheritance
-
LimitMemoryException
- Implements
- Inherited Members
Constructors
LimitMemoryException(string)
Initializes a new instance of the LimitMemoryException class.
public LimitMemoryException(string message)
Parameters
message
stringThe exception message.
LimitMemoryException(string, Exception)
Initializes a new instance of the LimitMemoryException class.
public LimitMemoryException(string message, Exception innerException)
Parameters
LimitMemoryException(string, Exception, int)
Initializes a new instance of the LimitMemoryException class.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameters
message
stringThe exception message.
innerException
ExceptionThe inner exception.
reduceMemoryFactor
intThe reduce memory factor.
LimitMemoryException(string, long)
Initializes a new instance of the LimitMemoryException class.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameters
Properties
ReduceMemoryFactor
Gets or sets the reduce memory factor.
public long ReduceMemoryFactor { get; set; }
Property Value
- long
The reduce memory factor.