C# Class ExcepcionesSKD.Modulo16.LogicaagregarEventoaCarritoException

Inheritance: ExceptionSKD
Afficher le fichier Open project: rosmantorres/sakaratedo

Méthodes publiques

Méthode 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 méthode

public LogicaagregarEventoaCarritoException ( ) : System
Résultat System

LogicaagregarEventoaCarritoException() public méthode

public LogicaagregarEventoaCarritoException ( string message ) : System
message string
Résultat System

LogicaagregarEventoaCarritoException() public méthode

public LogicaagregarEventoaCarritoException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

LogicaagregarEventoaCarritoException() public méthode

public LogicaagregarEventoaCarritoException ( string codigo, string message, Exception inner ) : System
codigo string
message string
inner System.Exception
Résultat System