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