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

Inheritance: System.Exception
Mostrar archivo Open project: SequencingDOTcom/Weather-My-Way-RTP-app

Public Methods

Method Description
DaoException ( string message ) : System
DaoException ( string message, Exception inner ) : System

Method Details

DaoException() public method

public DaoException ( string message ) : System
message string
return System

DaoException() public method

public DaoException ( string message, Exception inner ) : System
message string
inner System.Exception
return System