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

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

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

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

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

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

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

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

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

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

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

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

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