3 references to UnhandledException
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\AppContext.cs (1)
90
if (
UnhandledException
is UnhandledExceptionEventHandler handlers)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (2)
55
add { AppContext.
UnhandledException
+= value; }
56
remove { AppContext.
UnhandledException
-= value; }