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