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