C# Class ExcepcionesSKD.Modulo15.ExcepcionComando.ExcepcionComandoAgregarImplemento

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

Méthodes publiques

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

Method Details

ExcepcionComandoAgregarImplemento() public méthode

public ExcepcionComandoAgregarImplemento ( ) : System
Résultat System

ExcepcionComandoAgregarImplemento() public méthode

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

ExcepcionComandoAgregarImplemento() public méthode

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

ExcepcionComandoAgregarImplemento() public méthode

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