Class LimitMemoryException

Class LimitMemoryException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

L’exception de mémoire limite. Se produit lorsque l’utilisation de la mémoire doit être réduite.

public class LimitMemoryException : OutOfMemoryException, ISerializable

Héritage

objectExceptionSystemExceptionOutOfMemoryExceptionLimitMemoryException

Implémente

ISerializable

Membres hérités

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructeurs

LimitMemoryException(string)

Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message)

Paramètres

message string

Le message d’exception.

LimitMemoryException(string, Exception)

Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, Exception innerException)

Paramètres

message string

Le message d’exception.

innerException Exception

L’exception interne.

LimitMemoryException(string, long)

Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, long reduceMemoryFactor)

Paramètres

message string

Le message d’exception.

reduceMemoryFactor long

Le facteur de réduction de mémoire.

LimitMemoryException(string, Exception, int)

Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)

Paramètres

message string

Le message d’exception.

innerException Exception

L’exception interne.

reduceMemoryFactor int

Le facteur de réduction de mémoire.

Propriétés

ReduceMemoryFactor

Obtient ou définit le facteur de réduction de mémoire.

public long ReduceMemoryFactor { get; set; }

Valeur de la propriété

long

 Français