Table of Contents

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 string

The exception message.

LimitMemoryException(string, Exception)

Initializes a new instance of the LimitMemoryException class.

public LimitMemoryException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.

LimitMemoryException(string, Exception, int)

Initializes a new instance of the LimitMemoryException class.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)

Parameters

message string

The exception message.

innerException Exception

The inner exception.

reduceMemoryFactor int

The reduce memory factor.

LimitMemoryException(string, long)

Initializes a new instance of the LimitMemoryException class.

public LimitMemoryException(string message, long reduceMemoryFactor)

Parameters

message string

The exception message.

reduceMemoryFactor long

The reduce memory factor.

Properties

ReduceMemoryFactor

Gets or sets the reduce memory factor.

public long ReduceMemoryFactor { get; set; }

Property Value

long

The reduce memory factor.