C# Класс CastleGame.ItemNotFoundException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ItemNotFoundException ( ) : System
ItemNotFoundException ( string message ) : System
ItemNotFoundException ( string message, System inner ) : System

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

ItemNotFoundException() публичный Метод

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

ItemNotFoundException() публичный Метод

public ItemNotFoundException ( string message ) : System
message string
Результат System

ItemNotFoundException() публичный Метод

public ItemNotFoundException ( string message, System inner ) : System
message string
inner System
Результат System