Class LimitMemoryException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
חריגת זיכרון מוגבל. מתרחשת כאשר יש להפחית את השימוש בזיכרון.
public class LimitMemoryException : OutOfMemoryException, ISerializable
ירושה
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
מיישם
חברים המורשים
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()
קונסטרוקטורים
LimitMemoryException(string)
מאתחל מופע חדש של מחלקת Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message)
פרמטרים
message
string
הודעת החריגה.
LimitMemoryException(string, Exception)
מאתחל מופע חדש של מחלקת Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException)
פרמטרים
message
string
הודעת החריגה.
innerException
Exception
החריגה הפנימית.
LimitMemoryException(string, long)
מאתחל מופע חדש של מחלקת Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, long reduceMemoryFactor)
פרמטרים
message
string
הודעת החריגה.
reduceMemoryFactor
long
גורם הפחתת הזיכרון.
LimitMemoryException(string, Exception, int)
מאתחל מופע חדש של מחלקת Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
פרמטרים
message
string
הודעת החריגה.
innerException
Exception
החריגה הפנימית.
reduceMemoryFactor
int
גורם הפחתת הזיכרון.
מאפיינים
ReduceMemoryFactor
מקבל או קובע את גורם הפחתת הזיכרון.
public long ReduceMemoryFactor { get; set; }