Class LimitMemoryException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Виключення обмеження пам’яті. Виникає, коли потрібно зменшити використання пам’яті.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Спадкування
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Реалізує
Спадковані члени
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; }