C# Class ExcepcionesSKD.Modulo15.ExcepcionDao.ExcepcionDetallarDojo

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

Method Description
ExcepcionDetallarDojo ( ) : System
ExcepcionDetallarDojo ( string message ) : System
ExcepcionDetallarDojo ( string message, Exception inner ) : System
ExcepcionDetallarDojo ( string codigo, string message, Exception inner ) : System

Method Details

ExcepcionDetallarDojo() public method

public ExcepcionDetallarDojo ( ) : System
return System

ExcepcionDetallarDojo() public method

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

ExcepcionDetallarDojo() public method

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

ExcepcionDetallarDojo() public method

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