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