public ConfigurationSettingsScopePropertyNotFoundException(string name, string knownScopes, Exception innerException) : base(DataStrings.ConfigurationSettingsScopePropertyNotFound2(name, knownScopes), innerException)
 {
     this.name        = name;
     this.knownScopes = knownScopes;
 }