C# 클래스 YeloDebug.Exceptions.MemoryAllocationException

Represents errors that occur when an xbox memory allocation fails.
상속: ApiException
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
MemoryAllocationException ( ) : System
MemoryAllocationException ( string message ) : System
MemoryAllocationException ( string message, Exception inner ) : System

메소드 상세

MemoryAllocationException() 공개 메소드

public MemoryAllocationException ( ) : System
리턴 System

MemoryAllocationException() 공개 메소드

public MemoryAllocationException ( string message ) : System
message string
리턴 System

MemoryAllocationException() 공개 메소드

public MemoryAllocationException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System