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

NombreDescripció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

NombreDescripción
ReduceMemoryFactor { get; set; }Obtiene o establece el factor de reducción de memoria.

Ver también