Class LimitMemoryException

Class LimitMemoryException

名称: Aspose.Imaging.CoreExceptions 收藏: Aspose.Imaging.dll (25.4.0)

限制记忆例外 发生时,记忆使用量应减少。

public class LimitMemoryException : OutOfMemoryException, ISerializable

Inheritance

object Exception SystemException OutOfMemoryException LimitMemoryException

Implements

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

Constructors

LimitMemoryException(线条)

启动了 Aspose.Imaging.CoreExceptions.LimitMemoryException 类的新例子。

public LimitMemoryException(string message)

Parameters

message string

例外消息。

LimitMemoryException(,例外)

启动了 Aspose.Imaging.CoreExceptions.LimitMemoryException 类的新例子。

public LimitMemoryException(string message, Exception innerException)

Parameters

message string

例外消息。

innerException Exception

内部的例外。

LimitMemoryException(长,长)

启动了 Aspose.Imaging.CoreExceptions.LimitMemoryException 类的新例子。

public LimitMemoryException(string message, long reduceMemoryFactor)

Parameters

message string

例外消息。

reduceMemoryFactor long

减少记忆因素。

LimitMemoryException(字体, 例外, int)

启动了 Aspose.Imaging.CoreExceptions.LimitMemoryException 类的新例子。

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

Parameters

message string

例外消息。

innerException Exception

内部的例外。

reduceMemoryFactor int

减少记忆因素。

Properties

ReduceMemoryFactor

接收或设置减少记忆因素。

public long ReduceMemoryFactor { get; set; }

财产价值

long

 中文