C# Class ExcepcionesSKD.Modulo15.ExcepcionDao.ExcepcionusuarioImplementoDatos

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

Méthodes publiques

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

Method Details

ExcepcionusuarioImplementoDatos() public méthode

public ExcepcionusuarioImplementoDatos ( ) : System
Résultat System

ExcepcionusuarioImplementoDatos() public méthode

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

ExcepcionusuarioImplementoDatos() public méthode

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

ExcepcionusuarioImplementoDatos() public méthode

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