Class LimitMemoryException
이름 공간 : Aspose.Imaging.CoreExceptions 모임: Aspose.Imaging.dll (25.5.0)
제한 메모리 예외 : 메모리 사용이 줄어들어야 할 때 발생합니다.
public class LimitMemoryException : OutOfMemoryException, ISerializable
Inheritance
object ← Exception ← SystemException ← OutOfMemoryException ← LimitMemoryException
Implements
상속 회원들
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; }