C# Class YeloDebug.Exceptions.MemoryAllocationException

Represents errors that occur when an xbox memory allocation fails.
Inheritance: ApiException
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Méthode Description
MemoryAllocationException ( ) : System
MemoryAllocationException ( string message ) : System
MemoryAllocationException ( string message, Exception inner ) : System

Method Details

MemoryAllocationException() public méthode

public MemoryAllocationException ( ) : System
Résultat System

MemoryAllocationException() public méthode

public MemoryAllocationException ( string message ) : System
message string
Résultat System

MemoryAllocationException() public méthode

public MemoryAllocationException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System