LimitMemoryException.LimitMemoryException

LimitMemoryException(string)

의 새 인스턴스를 초기화합니다.LimitMemoryException 클래스.

public LimitMemoryException(string message)
모수유형설명
messageString예외 메시지입니다.

또한보십시오


LimitMemoryException(string, Exception)

의 새 인스턴스를 초기화합니다.LimitMemoryException 클래스.

public LimitMemoryException(string message, Exception innerException)
모수유형설명
messageString예외 메시지입니다.
innerExceptionException내부 예외.

또한보십시오


LimitMemoryException(string, long)

의 새 인스턴스를 초기화합니다.LimitMemoryException 클래스.

public LimitMemoryException(string message, long reduceMemoryFactor)
모수유형설명
messageString예외 메시지입니다.
reduceMemoryFactorInt64메모리 팩터를 줄입니다.

또한보십시오


LimitMemoryException(string, Exception, int)

의 새 인스턴스를 초기화합니다.LimitMemoryException 클래스.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
모수유형설명
messageString예외 메시지입니다.
innerExceptionException내부 예외.
reduceMemoryFactorInt32메모리 팩터를 줄입니다.

또한보십시오