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

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

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

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

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

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

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

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

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

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

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

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

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