C# Класс ExcepcionesSKD.Modulo4.HistorialMatriculaExistenteException

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

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

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

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

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

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

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

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

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

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

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

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