C# Класс ExcepcionesSKD.Modulo14.PlanillaRepetidaException

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

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

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

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

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

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

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

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

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

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

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

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