C# Class ExcepcionesSKD.Modulo15.ExcepcionPresentador.ExcepcionPresentadorAgregarImplemento

Inheritance: ExceptionSKD
Afficher le fichier Open project: rosmantorres/sakaratedo Class Usage Examples

Méthodes publiques

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

Method Details

ExcepcionPresentadorAgregarImplemento() public méthode

public ExcepcionPresentadorAgregarImplemento ( ) : System
Résultat System

ExcepcionPresentadorAgregarImplemento() public méthode

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

ExcepcionPresentadorAgregarImplemento() public méthode

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

ExcepcionPresentadorAgregarImplemento() public méthode

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