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

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

Public Methods

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

Method Details

ApplicationException() public method

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

ApplicationException() public method

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