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