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; }