C# Class ExcepcionesSKD.Modulo4.HistorialMatriculaExistenteException

Inheritance: ExceptionSKD
Afficher le fichier Open project: rosmantorres/sakaratedo

Méthodes publiques

Méthode Description
HistorialMatriculaExistenteException ( ) : System
HistorialMatriculaExistenteException ( string message ) : System
HistorialMatriculaExistenteException ( string message, Exception inner ) : System
HistorialMatriculaExistenteException ( string codigo, string message, Exception inner ) : System

Method Details

HistorialMatriculaExistenteException() public méthode

public HistorialMatriculaExistenteException ( ) : System
Résultat System

HistorialMatriculaExistenteException() public méthode

public HistorialMatriculaExistenteException ( string message ) : System
message string
Résultat System

HistorialMatriculaExistenteException() public méthode

public HistorialMatriculaExistenteException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

HistorialMatriculaExistenteException() public méthode

public HistorialMatriculaExistenteException ( string codigo, string message, Exception inner ) : System
codigo string
message string
inner System.Exception
Résultat System