5 references to UnhandledException
System.Private.CoreLib (5)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
862RhFailFastReason.UnhandledException,
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppContext.cs (1)
115RuntimeExceptionHelpers.SerializeCrashInfo(System.Runtime.RhFailFastReason.UnhandledException, (e as Exception)?.Message, e as Exception);
System\CrashInfo.cs (1)
121RhFailFastReason.UnhandledException or
System\RuntimeExceptionHelpers.cs (2)
137RhFailFastReason.UnhandledException => "Unhandled exception: a managed exception was not handled before reaching unmanaged code", 148FailFast(exception: exception, reason: RhFailFastReason.UnhandledException);