C# Class SchoolDisplay.BadConfigException

Inheritance: Exception
Afficher le fichier Open project: ytausch/SchoolDisplay

Méthodes publiques

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

Method Details

BadConfigException() public méthode

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

BadConfigException() public méthode

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