Class LimitMemoryException
LimitMemoryException class
L’exception de mémoire limite. Se produit lorsque l’utilisation de la mémoire doit être réduite.
public class LimitMemoryException : OutOfMemoryException
Constructeurs
Nom | La description |
---|
LimitMemoryException(string) | Initialise une nouvelle instance duLimitMemoryException classe. |
LimitMemoryException(string, Exception) | Initialise une nouvelle instance duLimitMemoryException classe. |
LimitMemoryException(string, long) | Initialise une nouvelle instance duLimitMemoryException classe. |
LimitMemoryException(string, Exception, int) | Initialise une nouvelle instance duLimitMemoryException classe. |
Propriétés
Nom | La description |
---|
ReduceMemoryFactor { get; set; } | Obtient ou définit le facteur de réduction de mémoire. |
Voir également