类 LimitMemoryException

LimitMemoryException class

该内存限制异常。发生在需要降低内存使用时。

public class LimitMemoryException : OutOfMemoryException

构造函数

名称描述
LimitMemoryException(string)初始化 LimitMemoryException 类的新实例。
LimitMemoryException(string, Exception)初始化 LimitMemoryException 类的新实例。
LimitMemoryException(string, long)初始化 LimitMemoryException 类的新实例。
LimitMemoryException(string, Exception, int)初始化 LimitMemoryException 类的新实例。

属性

名称描述
ReduceMemoryFactor { get; set; }获取或设置降低内存因子。

另请参见