Class LimitMemoryException

Class LimitMemoryException

A név: Aspose.Imaging.CoreExceptions Összefoglaló: Aspose.Imaging.dll (25.4.0)

A korlátozott memória kivétel akkor fordul elő, amikor a memória használatát csökkenteni kell.

public class LimitMemoryException : OutOfMemoryException, ISerializable

Inheritance

object Exception SystemException OutOfMemoryException LimitMemoryException

Implements

ISerializable

Örökletes tagok

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

Indít egy új példát a Aspose.Imaging.CoreExceptions.LimitMemoryException osztály.

public LimitMemoryException(string message)

Parameters

message string

A kivételes üzenet.

LimitMemoryException(Szilveszter, kivétel)

Indít egy új példát a Aspose.Imaging.CoreExceptions.LimitMemoryException osztály.

public LimitMemoryException(string message, Exception innerException)

Parameters

message string

A kivételes üzenet.

innerException Exception

A belső kivétel.

LimitMemoryException(Sárkány, hosszú)

Indít egy új példát a Aspose.Imaging.CoreExceptions.LimitMemoryException osztály.

public LimitMemoryException(string message, long reduceMemoryFactor)

Parameters

message string

A kivételes üzenet.

reduceMemoryFactor long

csökkenti a memória tényezőjét.

LimitMemoryException(szál, kivétel, int)

Indít egy új példát a Aspose.Imaging.CoreExceptions.LimitMemoryException osztály.

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

Parameters

message string

A kivételes üzenet.

innerException Exception

A belső kivétel.

reduceMemoryFactor int

csökkenti a memória tényezőjét.

Properties

ReduceMemoryFactor

Megkapja vagy beállítja a memória csökkentésének tényezőjét.

public long ReduceMemoryFactor { get; set; }

ingatlan értéke

long

 Magyar