C# Class ExcepcionesSKD.Modulo16.CarritoSinEventoException

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

Méthodes publiques

Méthode Description
CarritoSinEventoException ( ) : System
CarritoSinEventoException ( string message ) : System
CarritoSinEventoException ( string message, Exception inner ) : System
CarritoSinEventoException ( string codigo, string message, Exception inner ) : System

Method Details

CarritoSinEventoException() public méthode

public CarritoSinEventoException ( ) : System
Résultat System

CarritoSinEventoException() public méthode

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

CarritoSinEventoException() public méthode

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

CarritoSinEventoException() public méthode

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