C# Class ExcepcionesSKD.Modulo15.ExcepcionDao.ExcepcionDetallarDojo

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

Méthodes publiques

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

Method Details

ExcepcionDetallarDojo() public méthode

public ExcepcionDetallarDojo ( ) : System
Résultat System

ExcepcionDetallarDojo() public méthode

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

ExcepcionDetallarDojo() public méthode

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

ExcepcionDetallarDojo() public méthode

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