C# Class ExcepcionesSKD.Modulo4.HistorialMatriculaInexistenteException

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

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

public HistorialMatriculaInexistenteException ( ) : System
return System

HistorialMatriculaInexistenteException() public method

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

HistorialMatriculaInexistenteException() public method

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

HistorialMatriculaInexistenteException() public method

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