Class LimitMemoryException
İsim alanı : Aspose.Imaging.CoreExceptions Toplantı: Aspose.Imaging.dll (25.4.0)
Sınırlı hafıza istisnası. hafıza kullanımının azaltılması gerektiğinde meydana gelir.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Inheritance
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implements
mirasçı üyeleri
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(Sırt)
Aspose.Imaging.CoreExceptions.LimitMemoryException sınıfının yeni bir örneğini başlatır.
public LimitMemoryException(string message)
Parameters
message
string
Bir istisna mesajı.
LimitMemoryException(Çerçeve, istisna)
Aspose.Imaging.CoreExceptions.LimitMemoryException sınıfının yeni bir örneğini başlatır.
public LimitMemoryException(string message, Exception innerException)
Parameters
message
string
Bir istisna mesajı.
innerException
Exception
İçsel bir istisna.
LimitMemoryException(Çerçeve , Uzun)
Aspose.Imaging.CoreExceptions.LimitMemoryException sınıfının yeni bir örneğini başlatır.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameters
message
string
Bir istisna mesajı.
reduceMemoryFactor
long
Hafıza faktörünü azaltır.
LimitMemoryException(Çerçeve, istisna, int)
Aspose.Imaging.CoreExceptions.LimitMemoryException sınıfının yeni bir örneğini başlatır.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameters
message
string
Bir istisna mesajı.
innerException
Exception
İçsel bir istisna.
reduceMemoryFactor
int
Hafıza faktörünü azaltır.
Properties
ReduceMemoryFactor
Hafıza azaltma faktörünü alır veya ayarlar.
public long ReduceMemoryFactor { get; set; }