C# Класс System.OutOfMemoryException

Наследование: SystemException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OutOfMemoryException ( ) : System
OutOfMemoryException ( String message ) : System
OutOfMemoryException ( String message, Exception innerException ) : System

Защищенные методы

Метод Описание
OutOfMemoryException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

OutOfMemoryException() публичный метод

public OutOfMemoryException ( ) : System
Результат System

OutOfMemoryException() защищенный метод

protected OutOfMemoryException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

OutOfMemoryException() публичный метод

public OutOfMemoryException ( String message ) : System
message String
Результат System

OutOfMemoryException() публичный метод

public OutOfMemoryException ( String message, Exception innerException ) : System
message String
innerException Exception
Результат System