C# Class DaoException, Quaack_rep_1

Inheritance: System.Exception
Afficher le fichier Open project: ARdeWeerd/Quaack_rep_1

Méthodes publiques

Méthode Description
DaoException ( ) : System
DaoException ( string message ) : System
DaoException ( string message, System inner ) : System

Méthodes protégées

Méthode Description
DaoException ( System info, System context ) : System

Method Details

DaoException() public méthode

public DaoException ( ) : System
Résultat System

DaoException() protected méthode

protected DaoException ( System info, System context ) : System
info System
context System
Résultat System

DaoException() public méthode

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

DaoException() public méthode

public DaoException ( string message, System inner ) : System
message string
inner System
Résultat System