C# Class YeloDebug.Exceptions.MemoryAllocationException

Represents errors that occur when an xbox memory allocation fails.
Inheritance: ApiException
Mostra file Open project: troymac1ure/Entity

Public Methods

Method Description
MemoryAllocationException ( ) : System
MemoryAllocationException ( string message ) : System
MemoryAllocationException ( string message, Exception inner ) : System

Method Details

MemoryAllocationException() public method

public MemoryAllocationException ( ) : System
return System

MemoryAllocationException() public method

public MemoryAllocationException ( string message ) : System
message string
return System

MemoryAllocationException() public method

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