C# Class StarSpotifyAlarmClock.Service.Exceptions.WrongInputDataException

Inheritance: Exception
Afficher le fichier Open project: stiltet/StarSpotifyAlarmClock

Méthodes publiques

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

Method Details

WrongInputDataException() public méthode

public WrongInputDataException ( ) : System
Résultat System

WrongInputDataException() public méthode

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

WrongInputDataException() public méthode

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