C# Class ExcepcionesSKD.Modulo14.BDDatosException

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

Méthodes publiques

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

Method Details

BDDatosException() public méthode

public BDDatosException ( ) : System
Résultat System

BDDatosException() public méthode

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

BDDatosException() public méthode

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

BDDatosException() public méthode

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