Class LimitMemoryException
LimitMemoryException class
La excepción de límite de memoria. Ocurre cuando se debe reducir el uso de la memoria.
public class LimitMemoryException : OutOfMemoryException
Constructores
Nombre | Descripción |
---|
LimitMemoryException(string) | Inicializa una nueva instancia delLimitMemoryException clase. |
LimitMemoryException(string, Exception) | Inicializa una nueva instancia delLimitMemoryException clase. |
LimitMemoryException(string, long) | Inicializa una nueva instancia delLimitMemoryException clase. |
LimitMemoryException(string, Exception, int) | Inicializa una nueva instancia delLimitMemoryException clase. |
Propiedades
Nombre | Descripción |
---|
ReduceMemoryFactor { get; set; } | Obtiene o establece el factor de reducción de memoria. |
Ver también