51 references to ExceptionUtil
System.Web (51)
Compilation\BuildProvider.cs (2)
194throw ExceptionUtil.ParameterNullOrEmpty("extension"); 201throw ExceptionUtil.ParameterInvalid("providerType");
Configuration\ProtocolsSection.cs (1)
191throw ExceptionUtil.ParameterNullOrEmpty("name");
Configuration\RemoteWebConfigurationHost.cs (4)
46throw ExceptionUtil.UnexpectedError("RemoteWebConfigurationHost::Init"); 108throw ExceptionUtil.UnexpectedError("RemoteWebConfigurationHost::InitForConfiguration"); 118throw ExceptionUtil.UnexpectedError("RemoteWebConfigurationHost::InitForConfiguration"); 340throw ExceptionUtil.ParameterInvalid("protectionProvider");
Configuration\VirtualDirectoryMapping.cs (3)
88throw ExceptionUtil.ParameterInvalid("PhysicalDirectory"); 121throw ExceptionUtil.PropertyInvalid("ConfigFileBaseName"); 141throw ExceptionUtil.ParameterInvalid("configFileBaseName");
Configuration\VirtualDirectoryMappingCollection.cs (1)
52throw ExceptionUtil.ParameterInvalid("virtualDirectory");
Configuration\WebConfigurationFileMap.cs (1)
63throw ExceptionUtil.PropertyInvalid("Site");
Configuration\WebConfigurationHost.cs (7)
97throw ExceptionUtil.ParameterInvalid("site"); 588throw ExceptionUtil.UnexpectedError("WebConfigurationHost::IsDefinitionAllowed"); 607throw ExceptionUtil.UnexpectedError("WebConfigurationHost::VerifyDefinitionAllowed"); 850throw ExceptionUtil.ParameterInvalid("site"); 870throw ExceptionUtil.ParameterInvalid("userName"); 873throw ExceptionUtil.ParameterInvalid("password"); 876throw ExceptionUtil.ParameterInvalid("tokenHandle");
Hosting\ProcessHost.cs (2)
966throw ExceptionUtil.ParameterNullOrEmpty("context"); 969throw ExceptionUtil.ParameterNullOrEmpty("appId");
Hosting\SimpleApplicationHost.cs (2)
30throw ExceptionUtil.ParameterNullOrEmpty("physicalPath"); 35throw ExceptionUtil.ParameterInvalid(physicalPath);
Management\SqlServices.cs (2)
702throw ExceptionUtil.ParameterNullOrEmpty("server"); 712throw ExceptionUtil.ParameterNullOrEmpty("user");
Security\SQLMembershipProvider.cs (1)
73throw ExceptionUtil.PropertyNullOrEmpty("ApplicationName");
UI\ClientScriptManager.cs (3)
19using ExceptionUtil=System.Web.Util.ExceptionUtil; 829throw ExceptionUtil.ParameterNullOrEmpty("url"); 918throw ExceptionUtil.ParameterNullOrEmpty("script");
UI\PageParser.cs (4)
688throw ExceptionUtil.PropertyInvalid("DefaultPageBaseType"); 704throw ExceptionUtil.PropertyInvalid("DefaultUserControlBaseType"); 720throw ExceptionUtil.PropertyInvalid("DefaultApplicationBaseType"); 736throw ExceptionUtil.PropertyInvalid("DefaultPageParserFilterType");
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\WebControls\MailDefinition.cs (1)
287throw ExceptionUtil.PropertyNullOrEmpty("EmbeddedMailObject.Path");
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");