Class LimitMemoryException
Le nom : Aspose.Imaging.CoreExceptions Assemblée: Aspose.Imaging.dll (25.4.0)
L’exception limitée de la mémoire : cela se produit lorsque l’utilisation de la mémoire doit être réduite.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Inheritance
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implements
I membri ereditari
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()
Constructors
LimitMemoryException(Le string)
Initialisez une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message)
Parameters
message
string
Le message exceptionnel.
LimitMemoryException(Résumé, Exception)
Initialisez une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException)
Parameters
message
string
Le message exceptionnel.
innerException
Exception
l’exception intérieure.
LimitMemoryException(Lancet, long)
Initialisez une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameters
message
string
Le message exceptionnel.
reduceMemoryFactor
long
Réduire le facteur de mémoire.
LimitMemoryException(L’exception, l’int)
Initialisez une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameters
message
string
Le message exceptionnel.
innerException
Exception
l’exception intérieure.
reduceMemoryFactor
int
Réduire le facteur de mémoire.
Properties
ReduceMemoryFactor
Obtenez ou définissez le facteur de réduction de la mémoire.
public long ReduceMemoryFactor { get; set; }