Class LimitMemoryException

Class LimitMemoryException

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

Исключение недостатка памяти. Происходит, когда использование памяти должно быть снижено.

public class LimitMemoryException : OutOfMemoryException, ISerializable

Наследование

objectExceptionSystemExceptionOutOfMemoryExceptionLimitMemoryException

Реализует

ISerializable

Унаследованные члены

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

Конструкторы

LimitMemoryException(string)

Инициализирует новый экземпляр класса Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message)

Параметры

message string

Сообщение исключения.

LimitMemoryException(string, Exception)

Инициализирует новый экземпляр класса Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, Exception innerException)

Параметры

message string

Сообщение исключения.

innerException Exception

Вложенное исключение.

LimitMemoryException(string, long)

Инициализирует новый экземпляр класса Aspose.Imaging.CoreExceptions.LimitMemoryException.

public LimitMemoryException(string message, long reduceMemoryFactor)

Параметры

message string

Сообщение исключения.

reduceMemoryFactor long

Фактор уменьшения памяти.

LimitMemoryException(string, Exception, int)

Инициализирует новый экземпляр класса Aspose.Imaging.CoreExceptions.LimitMemoryException.

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

Параметры

message string

Сообщение исключения.

innerException Exception

Вложенное исключение.

reduceMemoryFactor int

Фактор уменьшения памяти.

Свойства

ReduceMemoryFactor

Получает или задает фактор уменьшения памяти.

public long ReduceMemoryFactor { get; set; }

Значение свойства

long

 Русский