Don't ignore exceptions thrown from handlers of some events (#10502)
authorKoundinya Veluri <kouvel@microsoft.com>
Tue, 28 Mar 2017 05:38:53 +0000 (22:38 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2017 05:38:53 +0000 (22:38 -0700)
commit54b2c88f5a8c4623a4a465218a9cef94b92642bf
tree938bd5dcdbe8720f01cab4d911221bdc639e45c6
parent440a2871f11d75defe58edd1bf8b535edfd17b42
Don't ignore exceptions thrown from handlers of some events (#10502)

Fixes dotnet/corefx#14747:
- Events include: AssemblyLoadContext.Unloading, AppDomain.ProcessExit
- Made the same change for AppDomain.DomainUnload for consistency, but it's not raised
src/vm/appdomain.cpp
src/vm/comdelegate.cpp
src/vm/comdelegate.h