C# Class ExcepcionesSKD.Modulo15.ExcepcionComando.ExcepcionComandoImplementoXId

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

ExcepcionComandoImplementoXId() public method

public ExcepcionComandoImplementoXId ( ) : System
return System

ExcepcionComandoImplementoXId() public method

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

ExcepcionComandoImplementoXId() public method

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

ExcepcionComandoImplementoXId() public method

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