C# Класс ExcepcionesSKD.Modulo5.OrdenCintaRepetidoException

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

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

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

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

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

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

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

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

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

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

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

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