withSIX.Play.Core.Games.Legacy.LocalMachineInfo.TryReadSteamConfig C# (CSharp) Method

TryReadSteamConfig() private method

private TryReadSteamConfig ( ) : void
return void
        void TryReadSteamConfig() {
            try {
                ReadSteamConfig();
            } catch (ParseException e) {
                this.Logger().FormattedWarnException(e, "during steam config parsing");
            }
        }