C# Класс C5.NoSuchItemException

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

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

Метод Описание
NoSuchItemException ( ) : System

Create a simple exception with no further explanation.

NoSuchItemException ( string message ) : System

Create the exception with an explanation of the reason.

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

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

Create a simple exception with no further explanation.
public NoSuchItemException ( ) : System
Результат System

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

Create the exception with an explanation of the reason.
public NoSuchItemException ( string message ) : System
message string
Результат System