C# Класс ExcepcionesSKD.Modulo12.CompetenciaExistenteException

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

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

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

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

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

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

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

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

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

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

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

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