Class LimitMemoryException
اسم الفضاء : Aspose.Imaging.CoreExceptions تجميع: Aspose.Imaging.dll (25.4.0)
استثناء الذاكرة الحد: يحدث عندما ينبغي تقليل استخدام الذاكرة.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Inheritance
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implements
الأعضاء الموروثين
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(الستار)
يبدأ مثالًا جديدًا من فئة Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message)
Parameters
message
string
رسالة الاستثناء
LimitMemoryException(الستار، استثناء)
يبدأ مثالًا جديدًا من فئة Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException)
Parameters
message
string
رسالة الاستثناء
innerException
Exception
الاستثناء الداخلي
LimitMemoryException(طويلة، طويلة)
يبدأ مثالًا جديدًا من فئة Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameters
message
string
رسالة الاستثناء
reduceMemoryFactor
long
انخفاض معدل الذاكرة.
LimitMemoryException(إستثناء، إستثناء، إنت)
يبدأ مثالًا جديدًا من فئة Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameters
message
string
رسالة الاستثناء
innerException
Exception
الاستثناء الداخلي
reduceMemoryFactor
int
انخفاض معدل الذاكرة.
Properties
ReduceMemoryFactor
يحصل أو يضع عامل الذاكرة المنخفضة.
public long ReduceMemoryFactor { get; set; }