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