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(String)
شروع یک مثال جدید از کلاس 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(استثنا، استثنا، int)
شروع یک مثال جدید از کلاس 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; }