12 references to ParameterInvalid
System.Configuration (12)
System\Configuration\ClientConfigPaths.cs (1)
133throw ExceptionUtil.ParameterInvalid("exePath");
System\Configuration\ClientConfigurationHost.cs (1)
558throw ExceptionUtil.ParameterInvalid("userLevel");
System\Configuration\ConfigurationPermission.cs (4)
55throw ExceptionUtil.ParameterInvalid("state"); 88throw ExceptionUtil.ParameterInvalid("target"); 111throw ExceptionUtil.ParameterInvalid("target"); 133throw ExceptionUtil.ParameterInvalid("target");
System\Configuration\Internal\InternalConfigHost.cs (1)
87throw ExceptionUtil.ParameterInvalid("streamName");
System\Configuration\Internal\InternalConfigRoot.cs (2)
191throw ExceptionUtil.ParameterInvalid("configPath"); 271throw ExceptionUtil.ParameterInvalid("configPath");
System\Configuration\MgmtConfigurationRecord.cs (2)
306throw ExceptionUtil.ParameterInvalid("sectionGroupName"); 950throw ExceptionUtil.ParameterInvalid("name");
System\Configuration\UrlPath.cs (1)
167throw ExceptionUtil.ParameterInvalid("filename");