5 references to ReportRuntimeError
System.Web (5)
HttpContext.cs (2)
1133Response.ReportRuntimeError(e, true /*canThrow*/, false); 1137Response.ReportRuntimeError(eReport, false /*canThrow*/, false);
HttpRuntime.cs (2)
1791response.ReportRuntimeError(e, true /*canThrow*/, false); 1795response.ReportRuntimeError(eReport, false /*canThrow*/, false);
httpserverutility.cs (1)
842context.Response.ReportRuntimeError(e, false, true);