C# Class ExcepcionesSKD.Modulo16.CarritoSinInventarioException

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

Méthodes publiques

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

Method Details

CarritoSinInventarioException() public méthode

public CarritoSinInventarioException ( ) : System
Résultat System

CarritoSinInventarioException() public méthode

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

CarritoSinInventarioException() public méthode

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

CarritoSinInventarioException() public méthode

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