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

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

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

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

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

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

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

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

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

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

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

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

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