2 references to OnUnhandledException
System.Web (2)
Hosting\ApplicationManager.cs (1)
105AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(OnUnhandledException);
Hosting\HostingEnvironment.cs (1)
195Thread.GetDomain().UnhandledException += new UnhandledExceptionEventHandler(ApplicationManager.OnUnhandledException);