8 references to ParameterNullOrEmpty
System.Configuration (8)
System\Configuration\ClientConfigurationHost.cs (4)
569
throw ExceptionUtil.
ParameterNullOrEmpty
("fileMap.MachineConfigFilename");
577
throw ExceptionUtil.
ParameterNullOrEmpty
("fileMap.ExeConfigFilename");
584
throw ExceptionUtil.
ParameterNullOrEmpty
("fileMap.RoamingUserConfigFilename");
591
throw ExceptionUtil.
ParameterNullOrEmpty
("fileMap.LocalUserConfigFilename");
System\Configuration\Configuration.cs (1)
220
throw ExceptionUtil.
ParameterNullOrEmpty
("filename");
System\Configuration\ConfigurationSectionCollection.cs (1)
144
throw ExceptionUtil.
ParameterNullOrEmpty
("name");
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
150
throw ExceptionUtil.
ParameterNullOrEmpty
("name");
System\Configuration\RegexStringValidator.cs (1)
28
throw ExceptionUtil.
ParameterNullOrEmpty
("regex");