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