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