Class LimitMemoryException
Nama dari : Aspose.Imaging.CoreExceptions Pengumpulan: Aspose.Imaging.dll (25.5.0)
Pengecualian memori terbatas terjadi ketika penggunaan memori harus dikurangi.
public class LimitMemoryException : OutOfMemoryException, ISerializableInheritance
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implements
anggota yang diwarisi
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)
Initifikasi contoh baru dari Aspose.Imaging.CoreExceptions.LimitMemoryException kelas.
public LimitMemoryException(string message)Parameters
message string
Mesej pengecualian itu.
LimitMemoryException(String, Pengecualian)
Initifikasi contoh baru dari Aspose.Imaging.CoreExceptions.LimitMemoryException kelas.
public LimitMemoryException(string message, Exception innerException)Parameters
message string
Mesej pengecualian itu.
innerException Exception
dengan pengecualian internal.
LimitMemoryException(String, panjang)
Initifikasi contoh baru dari Aspose.Imaging.CoreExceptions.LimitMemoryException kelas.
public LimitMemoryException(string message, long reduceMemoryFactor)Parameters
message string
Mesej pengecualian itu.
reduceMemoryFactor long
Mengurangi faktor memori.
LimitMemoryException(Pengecualian, pengecualian dan int)
Initifikasi contoh baru dari Aspose.Imaging.CoreExceptions.LimitMemoryException kelas.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)Parameters
message string
Mesej pengecualian itu.
innerException Exception
dengan pengecualian internal.
reduceMemoryFactor int
Mengurangi faktor memori.
Properties
ReduceMemoryFactor
Dapatkan atau menetapkan faktor memori yang berkurang.
public long ReduceMemoryFactor { get; set; }