C# Класс YeloDebug.Exceptions.MemoryAllocationException

Represents errors that occur when an xbox memory allocation fails.
Наследование: ApiException
Показать файл Открыть проект

Открытые методы

Метод Описание
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