Class LimitMemoryException

Class LimitMemoryException

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

Wyjątek limitu pamięci. Występuje, gdy należy zmniejszyć zużycie pamięci.

public class LimitMemoryException : OutOfMemoryException, ISerializable

Dziedziczenie

objectExceptionSystemExceptionOutOfMemoryExceptionLimitMemoryException

Implementuje

ISerializable

Dziedziczone członkowie

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

Konstruktorzy

LimitMemoryException(string)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message)

Parametry

message string

Wiadomość wyjątku.

LimitMemoryException(string, Exception)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, Exception innerException)

Parametry

message string

Wiadomość wyjątku.

innerException Exception

Wewnętrzny wyjątek.

LimitMemoryException(string, long)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, long reduceMemoryFactor)

Parametry

message string

Wiadomość wyjątku.

reduceMemoryFactor long

Współczynnik redukcji pamięci.

LimitMemoryException(string, Exception, int)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)

Parametry

message string

Wiadomość wyjątku.

innerException Exception

Wewnętrzny wyjątek.

reduceMemoryFactor int

Współczynnik redukcji pamięci.

Właściwości

ReduceMemoryFactor

Pobiera lub ustawia współczynnik redukcji pamięci.

public long ReduceMemoryFactor { get; set; }

Wartość właściwości

long

 Polski