11 references to HttpException
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
439throw FxTrace.Exception.AsError(new HttpException((int)HttpStatusCode.NotFound, exception.Message, exception));
System.Web (9)
HttpApplication.cs (9)
1330throw new HttpException(404, null, e); 1336throw new HttpException(404, null, e); 1342throw new HttpException(414, null, e); 1397throw new HttpException(404, null, e); 1403throw new HttpException(404, null, e); 1409throw new HttpException(414, null, e); 3336throw new HttpException(404, null, e); 3342throw new HttpException(404, null, e); 3348throw new HttpException(414, null, e);
System.Web.Extensions (1)
Handlers\ScriptResourceHandler.cs (1)
51return new HttpException(404, AtlasWeb.ScriptResourceHandler_InvalidRequest, innerException);