Class LimitMemoryException

Class LimitMemoryException

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

A exceção de limite de memória. Ocorre quando o uso de memória deve ser reduzido.

public class LimitMemoryException : OutOfMemoryException, ISerializable

Herança

objectExceptionSystemExceptionOutOfMemoryExceptionLimitMemoryException

Implementa

ISerializable

Membros Herdados

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

Construtores

LimitMemoryException(string)

Inicializa uma nova instância da classe Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message)

Parâmetros

message string

A mensagem da exceção.

LimitMemoryException(string, Exception)

Inicializa uma nova instância da classe Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, Exception innerException)

Parâmetros

message string

A mensagem da exceção.

innerException Exception

A exceção interna.

LimitMemoryException(string, long)

Inicializa uma nova instância da classe Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, long reduceMemoryFactor)

Parâmetros

message string

A mensagem da exceção.

reduceMemoryFactor long

O fator de redução de memória.

LimitMemoryException(string, Exception, int)

Inicializa uma nova instância da classe Aspose.Imaging.CoreExceptions.LimitMemoryException.

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

Parâmetros

message string

A mensagem da exceção.

innerException Exception

A exceção interna.

reduceMemoryFactor int

O fator de redução de memória.

Propriedades

ReduceMemoryFactor

Obtém ou define o fator de redução de memória.

public long ReduceMemoryFactor { get; set; }

Valor da Propriedade

long

 Português