I have the following:
using CommonSettings = MyProject.Commons.Settings; public class Foo { public static void DoSomething(string str) { //How d
try { var x = Settings.Default[bonusMalusTypeKey]); } catch (SettingsPropertyNotFoundException ex) { // Ignore this exception (return default value that was set) }