Class LimitMemoryException

Class LimitMemoryException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

Sınır bellek istisnası. Bellek kullanımının azaltılması gerektiğinde meydana gelir.

public class LimitMemoryException : OutOfMemoryException, ISerializable

Miras

objectExceptionSystemExceptionOutOfMemoryExceptionLimitMemoryException

Uygulamalar

ISerializable

Miras Alınan Üyeler

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()

Yapıcılar

LimitMemoryException(string)

Aspose.Imaging.CoreExceptions.LimitMemoryException sınıfının yeni bir örneğini başlatır.

public LimitMemoryException(string message)

Parametreler

message string

İstisna mesajı.

LimitMemoryException(string, Exception)

Aspose.Imaging.CoreExceptions.LimitMemoryException sınıfının yeni bir örneğini başlatır.

public LimitMemoryException(string message, Exception innerException)

Parametreler

message string

İstisna mesajı.

innerException Exception

İç istisna.

LimitMemoryException(string, long)

Aspose.Imaging.CoreExceptions.LimitMemoryException sınıfının yeni bir örneğini başlatır.

public LimitMemoryException(string message, long reduceMemoryFactor)

Parametreler

message string

İstisna mesajı.

reduceMemoryFactor long

Bellek azaltma faktörü.

LimitMemoryException(string, Exception, 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)

Parametreler

message string

İstisna mesajı.

innerException Exception

İç istisna.

reduceMemoryFactor int

Bellek azaltma faktörü.

Özellikler

ReduceMemoryFactor

Bellek azaltma faktörünü alır veya ayarlar.

public long ReduceMemoryFactor { get; set; }

Özellik Değeri

long

 Türkçe