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