26 references to ParameterNullOrEmpty
System.Web (26)
Compilation\BuildProvider.cs (1)
194throw ExceptionUtil.ParameterNullOrEmpty("extension");
Configuration\ProtocolsSection.cs (1)
191throw ExceptionUtil.ParameterNullOrEmpty("name");
Hosting\ProcessHost.cs (2)
966throw ExceptionUtil.ParameterNullOrEmpty("context"); 969throw ExceptionUtil.ParameterNullOrEmpty("appId");
Hosting\SimpleApplicationHost.cs (1)
30throw ExceptionUtil.ParameterNullOrEmpty("physicalPath");
Management\SqlServices.cs (2)
702throw ExceptionUtil.ParameterNullOrEmpty("server"); 712throw ExceptionUtil.ParameterNullOrEmpty("user");
UI\ClientScriptManager.cs (2)
829throw ExceptionUtil.ParameterNullOrEmpty("url"); 918throw ExceptionUtil.ParameterNullOrEmpty("script");
UI\ParsedAttributeCollection.cs (3)
54throw ExceptionUtil.ParameterNullOrEmpty("name"); 141throw ExceptionUtil.ParameterNullOrEmpty("name"); 164throw ExceptionUtil.ParameterNullOrEmpty("name");
UI\StateBag.cs (2)
126throw ExceptionUtil.ParameterNullOrEmpty("key"); 162throw ExceptionUtil.ParameterNullOrEmpty("key");
UI\TagPrefixAttribute.cs (2)
22throw ExceptionUtil.ParameterNullOrEmpty("namespaceName"); 25throw ExceptionUtil.ParameterNullOrEmpty("tagPrefix");
UI\WebParts\BlobPersonalizationState.cs (2)
803throw ExceptionUtil.ParameterNullOrEmpty("webPartID"); 965throw ExceptionUtil.ParameterNullOrEmpty("ID");
UI\WebParts\ProxyWebPart.cs (3)
72throw ExceptionUtil.ParameterNullOrEmpty("originalID"); 75throw ExceptionUtil.ParameterNullOrEmpty("originalTypeName"); 80throw ExceptionUtil.ParameterNullOrEmpty("genericWebPartID");
UI\WebParts\WebPartPersonalization.cs (1)
477throw ExceptionUtil.ParameterNullOrEmpty("webPartID");
UI\WebParts\WebPartUserCapability.cs (1)
22throw ExceptionUtil.ParameterNullOrEmpty("name");
UI\WebParts\WebPartVerb.cs (1)
44throw ExceptionUtil.ParameterNullOrEmpty("id");
UI\WebResourceAttribute.cs (2)
29throw ExceptionUtil.ParameterNullOrEmpty("webResource"); 33throw ExceptionUtil.ParameterNullOrEmpty("contentType");