17 references to HttpException
System.Web (11)
Compilation\AssemblyResolver.cs (3)
84throw new HttpException(SR.GetString(SR.Downlevel_requires_35)); 94throw new HttpException(SR.GetString(SR.Reference_assemblies_not_found)); 101throw new HttpException(SR.GetString(SR.Reference_assemblies_not_found));
Compilation\CompilationUtil.cs (2)
347throw new HttpException(errorString); 364throw new HttpException(errorString);
HttpException.cs (4)
280: base(message) { 318public HttpCompileException(string message) : base(message) { 467public HttpParseException(string message) : base(message) { 582public HttpRequestValidationException(string message) : base(message) {
UI\TemplateParser.cs (2)
222throw new HttpException(message); 827originalException = new HttpException(firstError.ErrorText);
System.Web.DynamicData (1)
DynamicData\Util\Misc.cs (1)
295throw new HttpException(String.Format(CultureInfo.CurrentCulture,
System.Web.Extensions (5)
ApplicationServices\ApplicationServiceHelper.cs (1)
89throw new HttpException(AtlasWeb.UserIsNotAuthenticated);
ApplicationServices\ProfileService.cs (1)
304throw new HttpException(AtlasWeb.UserIsNotAuthenticated);
Handlers\ScriptResourceHandler.cs (1)
807throw new HttpException(String.Format(CultureInfo.CurrentCulture,
UI\ScriptResourceAttribute.cs (2)
168throw new HttpException(AtlasWeb.ScriptResourceHandler_InvalidRequest); 195throw new HttpException(String.Format(