C# Class GameJoltAPI.Exceptions.ConfigNotSet

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

Public Methods

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

Method Details

ConfigNotSet() public method

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