C# Class ExcepcionesSKD.Modulo16.AgregarEventoaCarritoFallidoException

Inheritance: ExceptionSKD
Exibir arquivo Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

AgregarEventoaCarritoFallidoException() public method

public AgregarEventoaCarritoFallidoException ( ) : System
return System

AgregarEventoaCarritoFallidoException() public method

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

AgregarEventoaCarritoFallidoException() public method

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

AgregarEventoaCarritoFallidoException() public method

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