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

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

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

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

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

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

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

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

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

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

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

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

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