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; } | 获取或设置减少内存因子。 |