C# Класс ExcepcionesSKD.Modulo15.ExcepcionPresentador.ExcepcionPresentadorAgregarImplemento

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

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

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

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

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

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

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

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

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

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

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

public ExcepcionPresentadorAgregarImplemento ( string codigo, string message, Exception inner ) : System
codigo string
message string
inner System.Exception
Результат System