C# Class ExcepcionesSKD.Modulo15.ExcepcionComando.ExcepcionComandoAgregarImplemento

Inheritance: ExceptionSKD
Datei anzeigen Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

ExcepcionComandoAgregarImplemento() public method

public ExcepcionComandoAgregarImplemento ( ) : System
return System

ExcepcionComandoAgregarImplemento() public method

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

ExcepcionComandoAgregarImplemento() public method

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

ExcepcionComandoAgregarImplemento() public method

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