Class LimitMemoryException
ชื่อพื้นที่: Aspose.Imaging.CoreExceptions การประกอบ: Aspose.Imaging.dll (25.5.0)
การยกเว้นหน่วยความจํา จํากัด จะเกิดขึ้นเมื่อการใช้หน่วยความจําควรลดลง
public class LimitMemoryException : OutOfMemoryException, ISerializableInheritance
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(string, การยกเว้น, 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; }