C# Class Sequencing.WeatherApp.Controllers.DaoLayer.DaoException

Inheritance: System.Exception
Afficher le fichier Open project: SequencingDOTcom/Weather-My-Way-RTP-app

Méthodes publiques

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

Method Details

DaoException() public méthode

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

DaoException() public méthode

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