C# Класс Fundamentals2016.Part5.NegativeNumberException

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

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

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

Just create the exception

NegativeNumberException ( string message ) : System

Create the exception with description

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

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

Just create the exception
public NegativeNumberException ( ) : System
Результат System

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

Create the exception with description
public NegativeNumberException ( string message ) : System
message string Exception description
Результат System