Class LimitMemoryException

Class LimitMemoryException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

استثناء حد الذاكرة. يحدث عندما يجب تقليل استخدام الذاكرة.

public class LimitMemoryException : OutOfMemoryException, ISerializable

الوراثة

objectExceptionSystemExceptionOutOfMemoryExceptionLimitMemoryException

التنفيذ

ISerializable

الأعضاء الموروثة

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; }

قيمة الخاصية

long

 عربي