C# Класс TodoPagoConnector.Exceptions.EmptyFieldPassException

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

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

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

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

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

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

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

public EmptyFieldPassException ( String message, Exception inner ) : System
message String
inner System.Exception
Результат System