Class LimitMemoryException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Pengecualian batas memori. Terjadi ketika penggunaan memori harus dikurangi.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Pewarisan
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Mengimplementasikan
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()
Konstruktor
LimitMemoryException(string)
Menginisialisasi instance baru dari kelas Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message)
Parameter
message
string
Pesan pengecualian.
LimitMemoryException(string, Exception)
Menginisialisasi instance baru dari kelas Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException)
Parameter
message
string
Pesan pengecualian.
innerException
Exception
Pengecualian dalam.
LimitMemoryException(string, long)
Menginisialisasi instance baru dari kelas Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameter
message
string
Pesan pengecualian.
reduceMemoryFactor
long
Faktor pengurangan memori.
LimitMemoryException(string, Exception, int)
Menginisialisasi instance baru dari kelas Aspose.Imaging.CoreExceptions.LimitMemoryException.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameter
message
string
Pesan pengecualian.
innerException
Exception
Pengecualian dalam.
reduceMemoryFactor
int
Faktor pengurangan memori.
Properti
ReduceMemoryFactor
Mendapatkan atau mengatur faktor pengurangan memori.
public long ReduceMemoryFactor { get; set; }