8 references to ParameterInvalid
System.Configuration.ConfigurationManager (8)
System\Configuration\ClientConfigPaths.cs (1)
49throw ExceptionUtil.ParameterInvalid(nameof(exePath));
System\Configuration\ClientConfigurationHost.cs (1)
437throw ExceptionUtil.ParameterInvalid(nameof(userLevel));
System\Configuration\Internal\InternalConfigHost.cs (1)
194if (!Path.IsPathRooted(streamName)) throw ExceptionUtil.ParameterInvalid(nameof(streamName));
System\Configuration\Internal\InternalConfigRoot.cs (2)
96if (!ConfigPathUtility.IsValid(configPath)) throw ExceptionUtil.ParameterInvalid(nameof(configPath)); 235if (!ConfigPathUtility.IsValid(configPath)) throw ExceptionUtil.ParameterInvalid(nameof(configPath));
System\Configuration\MgmtConfigurationRecord.cs (2)
243if (!factoryRecord.IsGroup) throw ExceptionUtil.ParameterInvalid("sectionGroupName"); 824if (configSectionGroup == null) throw ExceptionUtil.ParameterInvalid(nameof(name));
System\Configuration\UrlPath.cs (1)
130throw ExceptionUtil.ParameterInvalid(nameof(fileName));