C# Class ExcepcionesSKD.Modulo4.HistorialMatriculaInexistenteException

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

Méthodes publiques

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

Method Details

HistorialMatriculaInexistenteException() public méthode

public HistorialMatriculaInexistenteException ( ) : System
Résultat System

HistorialMatriculaInexistenteException() public méthode

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

HistorialMatriculaInexistenteException() public méthode

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

HistorialMatriculaInexistenteException() public méthode

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