Class LimitMemoryException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Výjimka limitu paměti. Nastává, když by mělo být sníženo používání paměti.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Dědění
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implementuje
Děděné členy
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()
Konstruktor
LimitMemoryException(string)
Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message)
Parametry
message
string
Zpráva výjimky.
LimitMemoryException(string, Exception)
Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException)
Parametry
message
string
Zpráva výjimky.
innerException
Exception
Vnitřní výjimka.
LimitMemoryException(string, long)
Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parametry
message
string
Zpráva výjimky.
reduceMemoryFactor
long
Faktor snížení paměti.
LimitMemoryException(string, Exception, int)
Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parametry
message
string
Zpráva výjimky.
innerException
Exception
Vnitřní výjimka.
reduceMemoryFactor
int
Faktor snížení paměti.
Vlastnosti
ReduceMemoryFactor
Získá nebo nastaví faktor snížení paměti.
public long ReduceMemoryFactor { get; set; }