C# Class ExcepcionesSKD.Modulo16.LogicaagregarEventoaCarritoException

Inheritance: ExceptionSKD
Datei anzeigen Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

LogicaagregarEventoaCarritoException() public method

public LogicaagregarEventoaCarritoException ( ) : System
return System

LogicaagregarEventoaCarritoException() public method

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

LogicaagregarEventoaCarritoException() public method

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

LogicaagregarEventoaCarritoException() public method

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