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