Class LimitMemoryException
Nom dels espais: Aspose.Imaging.CoreExceptions Assemblea: Aspose.Imaging.dll (25.4.0)
L’excepció de memòria límit. ocorre quan l’ús de la memoria ha de ser reduït.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Inheritance
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implements
Membres heretats
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(Tàrrega)
Inicialitza una nova instància de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message)
Parameters
message
string
El missatge excepcional.
LimitMemoryException(Llàstima, excepció)
Inicialitza una nova instància de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException)
Parameters
message
string
El missatge excepcional.
innerException
Exception
La excepció interna.
LimitMemoryException(Tàrrega, llarg)
Inicialitza una nova instància de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameters
message
string
El missatge excepcional.
reduceMemoryFactor
long
Reduir el factor de memòria.
LimitMemoryException(Tàrrega, Excepció, Int)
Inicialitza una nova instància de la classe Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameters
message
string
El missatge excepcional.
innerException
Exception
La excepció interna.
reduceMemoryFactor
int
Reduir el factor de memòria.
Properties
ReduceMemoryFactor
Obté o estableix el factor de reducció de la memòria.
public long ReduceMemoryFactor { get; set; }