Class LimitMemoryException

LimitMemoryException class

The limit memory exception. Occurs when memory usage should be reduced.

public class LimitMemoryException : OutOfMemoryException

Constructors

NameDescription
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

NameDescription
ReduceMemoryFactor { get; set; }Gets or sets the reduce memory factor.

See Also