// Token: 0x060005E7 RID: 1511 RVA: 0x00020F29 File Offset: 0x0001F129
 private void Application_Error(object sender, EventArgs e)
 {
     Diagnostics.ReportException(((HttpApplication)sender).Server.GetLastError(), FrontEndHttpProxyEventLogConstants.Tuple_InternalServerError, null, "Exception from Application_Error event: {0}");
 }