8 references to ParameterNullOrEmpty
System.Configuration.ConfigurationManager (8)
System\Configuration\ClientConfigurationHost.cs (4)
444throw ExceptionUtil.ParameterNullOrEmpty(nameof(fileMap) + "." + nameof(fileMap.MachineConfigFilename)); 453throw ExceptionUtil.ParameterNullOrEmpty(nameof(fileMap) + "." + nameof(exeFileMap.ExeConfigFilename)); 457throw ExceptionUtil.ParameterNullOrEmpty(nameof(fileMap) + "." + nameof(exeFileMap.RoamingUserConfigFilename)); 461throw ExceptionUtil.ParameterNullOrEmpty(nameof(fileMap) + "." + nameof(exeFileMap.LocalUserConfigFilename));
System\Configuration\Configuration.cs (1)
206if (string.IsNullOrEmpty(filename)) throw ExceptionUtil.ParameterNullOrEmpty(nameof(filename));
System\Configuration\ConfigurationSectionCollection.cs (1)
88throw ExceptionUtil.ParameterNullOrEmpty(nameof(name));
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
92throw ExceptionUtil.ParameterNullOrEmpty(nameof(name));
System\Configuration\RegexStringValidator.cs (1)
15if (string.IsNullOrEmpty(regex)) throw ExceptionUtil.ParameterNullOrEmpty(nameof(regex));