Class LimitMemoryException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
La excepción de límite de memoria. Ocurre cuando se debe reducir el uso de memoria.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Herencia
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implementa
Miembros heredados
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()
Constructores
LimitMemoryException(string)
Inicializa una nueva instancia de la clase Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message)
Parámetros
message
string
El mensaje de la excepción.
LimitMemoryException(string, Exception)
Inicializa una nueva instancia de la clase Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException)
Parámetros
message
string
El mensaje de la excepción.
innerException
Exception
La excepción interna.
LimitMemoryException(string, long)
Inicializa una nueva instancia de la clase Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parámetros
message
string
El mensaje de la excepción.
reduceMemoryFactor
long
El factor de reducción de memoria.
LimitMemoryException(string, Exception, int)
Inicializa una nueva instancia de la clase Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parámetros
message
string
El mensaje de la excepción.
innerException
Exception
La excepción interna.
reduceMemoryFactor
int
El factor de reducción de memoria.
Propiedades
ReduceMemoryFactor
Obtiene o establece el factor de reducción de memoria.
public long ReduceMemoryFactor { get; set; }