There is code in ConfigurationManager that does validation on global configuration parameters. This does not work for all the params by default and you need the params specified in a list so that they are eligible for a check. If you are introducing a config value, that you think is eligible for some basic validation then remember to add that in the configValuesForValidation set.
-abhi