C# Class ExcepcionesSKD.Modulo16.AgregarEventoaCarritoFallidoException

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

Méthodes publiques

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

public AgregarEventoaCarritoFallidoException ( ) : System
Résultat System

AgregarEventoaCarritoFallidoException() public méthode

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

AgregarEventoaCarritoFallidoException() public méthode

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

AgregarEventoaCarritoFallidoException() public méthode

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