C# 클래스 GameJoltAPI.Exceptions.ConfigNotSet

Custom exception, thrown for when the API returns failure.
상속: System.Exception
파일 보기 프로젝트 열기: Bosence/GameJolt-C--API

공개 메소드들

메소드 설명
ConfigNotSet ( string message = "A variable was not set in Config." ) : System

메소드 상세

ConfigNotSet() 공개 메소드

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