C# Class ExcepcionesSKD.Modulo15.ExcepcionPresentador.ExcepcionPresentadorAgregarImplemento

Inheritance: ExceptionSKD
Mostra file Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

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

Method Details

ExcepcionPresentadorAgregarImplemento() public method

public ExcepcionPresentadorAgregarImplemento ( ) : System
return System

ExcepcionPresentadorAgregarImplemento() public method

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

ExcepcionPresentadorAgregarImplemento() public method

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

ExcepcionPresentadorAgregarImplemento() public method

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