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

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

Méthodes publiques

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

Method Details

ApplicationException() public méthode

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

ApplicationException() public méthode

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