Class LimitMemoryException

Class LimitMemoryException

Namn på plats: Aspose.Imaging.CoreExceptions Församling: Aspose.Imaging.dll (25.4.0)

Den begränsade minnes undantag. inträffar när minnesanvändningen bör minskas.

public class LimitMemoryException : OutOfMemoryException, ISerializable

Inheritance

object Exception SystemException OutOfMemoryException LimitMemoryException

Implements

ISerializable

Arvsmedlemmar

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(Sträng)

Initialiserar en ny instans av Aspose.Imaging.CoreExceptions.LimitMemoryException klass.

public LimitMemoryException(string message)

Parameters

message string

Ett undantagsmeddelande.

LimitMemoryException(String, undantag)

Initialiserar en ny instans av Aspose.Imaging.CoreExceptions.LimitMemoryException klass.

public LimitMemoryException(string message, Exception innerException)

Parameters

message string

Ett undantagsmeddelande.

innerException Exception

Det inre undantaget.

LimitMemoryException(Sträng, Lång)

Initialiserar en ny instans av Aspose.Imaging.CoreExceptions.LimitMemoryException klass.

public LimitMemoryException(string message, long reduceMemoryFactor)

Parameters

message string

Ett undantagsmeddelande.

reduceMemoryFactor long

Den minskade minnesfaktorn.

LimitMemoryException(sträng, undantag, int)

Initialiserar en ny instans av Aspose.Imaging.CoreExceptions.LimitMemoryException klass.

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

Parameters

message string

Ett undantagsmeddelande.

innerException Exception

Det inre undantaget.

reduceMemoryFactor int

Den minskade minnesfaktorn.

Properties

ReduceMemoryFactor

Få eller ställa in minskad minnesfaktor.

public long ReduceMemoryFactor { get; set; }

Fastighetsvärde

long

 Svenska