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

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

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

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

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

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

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

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

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

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

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

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

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