C# Class GameJoltAPI.Exceptions.ConfigNotSet

Custom exception, thrown for when the API returns failure.
Inheritance: System.Exception
Afficher le fichier Open project: Bosence/GameJolt-C--API

Méthodes publiques

Méthode Description
ConfigNotSet ( string message = "A variable was not set in Config." ) : System

Method Details

ConfigNotSet() public méthode

public ConfigNotSet ( string message = "A variable was not set in Config." ) : System
message string
Résultat System