3 references to WriteUnhandledExceptionToEventLog
System.Web (3)
Hosting\ApplicationManager.cs (1)
134Misc.WriteUnhandledExceptionToEventLog(appDomain, e);
Hosting\HostingEnvironment.cs (1)
1193BackgroundWorkScheduler newlyCreatedScheduler = new BackgroundWorkScheduler(UnregisterObject, Misc.WriteUnhandledExceptionToEventLog);
Util\AppVerifier.cs (1)
117Misc.WriteUnhandledExceptionToEventLog(AppDomain.CurrentDomain, ex); // method won't throw