[runtime] Don't terminate application on unhandled AppDomainUnloadedException
authorVlad Brezae <brezaevlad@gmail.com>
Thu, 14 Sep 2017 23:34:26 +0000 (02:34 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Fri, 22 Sep 2017 08:08:50 +0000 (11:08 +0300)
commitb2cf1149023a9f5c44c176d2aa873719baa41b34
treea42e79ac569af98ac94a60f6c57fb18ea12f024a
parent5c4a14a9e225415871b1f9b1006c6470ad2d4989
[runtime] Don't terminate application on unhandled AppDomainUnloadedException

Except for threads started by unmanaged code (like the main thread).
mono/metadata/class-internals.h
mono/metadata/loader.c
mono/metadata/object.c
mono/metadata/threads.c
mono/mini/mini-runtime.c