C# Class ExcepcionesSKD.Modulo4.HistorialMatriculaExistenteException

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

Method 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 method

public HistorialMatriculaExistenteException ( ) : System
return System

HistorialMatriculaExistenteException() public method

public HistorialMatriculaExistenteException ( string message ) : System
message string
return System

HistorialMatriculaExistenteException() public method

public HistorialMatriculaExistenteException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

HistorialMatriculaExistenteException() public method

public HistorialMatriculaExistenteException ( string codigo, string message, Exception inner ) : System
codigo string
message string
inner System.Exception
return System