Implemented interface member:
event
UnhandledException
System._AppDomain.UnhandledException
16 references to UnhandledException
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1169
AppDomain.CurrentDomain.
UnhandledException
+= this.ProcessUnhandledException;
SMSvcHost (2)
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (1)
54
AppDomain.CurrentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(ListenerPerfCounters.ExitOrUnloadEventHandler);
System\ServiceModel\Activation\SMSvcHost.cs (1)
94
AppDomain.CurrentDomain.
UnhandledException
+= OnUnhandledException;
System (2)
net\System\Net\_NetworkingPerfCounters.cs (1)
212
AppDomain.CurrentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(ExceptionEventHandler);
net\System\Net\Logging.cs (1)
215
currentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(UnhandledExceptionHandler);
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
171
AppDomain.CurrentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(this.ExceptionEventHandler);
System.Runtime.Caching (2)
System\Caching\MemoryCache.cs (2)
188
appDomain.
UnhandledException
+= onUnhandledException;
420
appDomain.
UnhandledException
-= _onUnhandledException;
System.ServiceModel (2)
System\ServiceModel\Administration\WbemProvider.cs (1)
42
AppDomain.CurrentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(ExitOrUnloadEventHandler);
System\ServiceModel\Diagnostics\MessageLogger.cs (1)
737
AppDomain.CurrentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(ExitOrUnloadEventHandler);
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
509
AppDomain.CurrentDomain.
UnhandledException
+= OnUnhandledException;
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
310
currentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(UnhandledExceptionHandler);
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
249
currentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(UnhandledExceptionHandler);
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);
System.Web.Services (1)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
76
currentDomain.
UnhandledException
+= new UnhandledExceptionEventHandler(UnhandledExceptionHandler);