5 references to UnhandledExceptionEventHandler
mscorlib (3)
system\appdomain.cs (2)
335private UnhandledExceptionEventHandler _unhandledException; 3063public event UnhandledExceptionEventHandler UnhandledException
system\iappdomain.cs (1)
89event UnhandledExceptionEventHandler UnhandledException;
System.Runtime.Caching (2)
System\Caching\MemoryCache.cs (2)
39UnhandledExceptionEventHandler _onUnhandledException; 187UnhandledExceptionEventHandler onUnhandledException = new UnhandledExceptionEventHandler(OnUnhandledException);