Class LimitMemoryException
Nombre del espacio: Aspose.Imaging.CoreExceptions Asamblea: Aspose.Imaging.dll (25.4.0)
El límite de la memoria excepción. ocurre cuando el uso de la memoria debe ser reducido.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Inheritance
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implements
Miembros heredados
Exception.GetBaseException() ,y, Exception.ToString() ,y, Exception.GetType() ,y, Exception.TargetSite ,y, Exception.Message ,y, Exception.Data ,y, Exception.InnerException ,y, Exception.HelpLink ,y, Exception.Source ,y, Exception.HResult ,y, Exception.StackTrace ,y, Exception.SerializeObjectState ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
LimitMemoryException(El string)
Inicia una nueva instancia de la clase Aspose.Imaging.CoreExceptions.LimitMemoryExcepción.
public LimitMemoryException(string message)
Parameters
message
string
El mensaje de excepción.
LimitMemoryException(Cortesía, excepción)
Inicia una nueva instancia de la clase Aspose.Imaging.CoreExceptions.LimitMemoryExcepción.
public LimitMemoryException(string message, Exception innerException)
Parameters
message
string
El mensaje de excepción.
innerException
Exception
La excepción interna.
LimitMemoryException(Cuerpo, largo)
Inicia una nueva instancia de la clase Aspose.Imaging.CoreExceptions.LimitMemoryExcepción.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameters
message
string
El mensaje de excepción.
reduceMemoryFactor
long
El factor de reducción de la memoria.
LimitMemoryException(Título: Excepción, Int)
Inicia una nueva instancia de la clase Aspose.Imaging.CoreExceptions.LimitMemoryExcepción.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameters
message
string
El mensaje de excepción.
innerException
Exception
La excepción interna.
reduceMemoryFactor
int
El factor de reducción de la memoria.
Properties
ReduceMemoryFactor
Obtenga o establece el factor de reducción de la memoria.
public long ReduceMemoryFactor { get; set; }