4 types derived from HttpException
System.Web (4)
61 instantiations of HttpException
System.ServiceModel.Activation (1)
System.Web (51)
HttpApplication.cs (18)
1330throw new HttpException(404, null, e);
1332throw new HttpException(404, null);
1336throw new HttpException(404, null, e);
1338throw new HttpException(404, null);
1342throw new HttpException(414, null, e);
1344throw new HttpException(414, null);
1397throw new HttpException(404, null, e);
1399throw new HttpException(404, null);
1403throw new HttpException(404, null, e);
1405throw new HttpException(404, null);
1409throw new HttpException(414, null, e);
1411throw new HttpException(414, null);
3336throw new HttpException(404, null, e);
3338throw new HttpException(404, null);
3342throw new HttpException(404, null, e);
3344throw new HttpException(404, null);
3348throw new HttpException(414, null, e);
3350throw new HttpException(414, null);
System.Web.DynamicData (1)
System.Web.Extensions (8)
85 references to HttpException
System.ServiceModel.Activation (14)
System.Web (60)
System.Web.DataVisualization (1)
System.Web.Extensions (4)
System.Web.Mobile (6)