C# Class ExcepcionesSKD.Modulo16.ExcepcionesDeDatos.BDEventoException

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

Méthodes publiques

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

Method Details

BDEventoException() public méthode

public BDEventoException ( ) : System
Résultat System

BDEventoException() public méthode

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

BDEventoException() public méthode

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

BDEventoException() public méthode

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