18 references to HttpException
System.Web (17)
CachedPathData.cs (1)
403
throw new
HttpException
(404, String.Empty);
Handlers\TraceHandler.cs (1)
89
HttpException e = new
HttpException
(403, null);
HttpApplication.cs (9)
1332
throw new
HttpException
(404, null);
1338
throw new
HttpException
(404, null);
1344
throw new
HttpException
(414, null);
1399
throw new
HttpException
(404, null);
1405
throw new
HttpException
(404, null);
1411
throw new
HttpException
(414, null);
3338
throw new
HttpException
(404, null);
3344
throw new
HttpException
(404, null);
3350
throw new
HttpException
(414, null);
HttpRuntime.cs (2)
1282
throw new
HttpException
(503, String.Empty);
1289
throw new
HttpException
(404, String.Empty);
httpserverutility.cs (3)
355
throw new
HttpException
(404, String.Empty);
512
error = new
HttpException
(404, String.Empty);
517
error = new
HttpException
(404, String.Empty);
Util\FileUtil.cs (1)
163
throw new
HttpException
(404, String.Empty);
System.Web.Extensions (1)
ApplicationServices\ApplicationServiceHelper.cs (1)
115
throw new
HttpException
(403, AtlasWeb.AppService_RequiredSSL);