4 references to UnhandledExceptionFromPInvoke
System.Private.CoreLib (4)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (2)
1253FailFastViaClasslib(RhFailFastReason.UnhandledExceptionFromPInvoke, null, PInvokeCallsiteReturnAddr); 1258FailFastViaClasslib(RhFailFastReason.UnhandledExceptionFromPInvoke, null, classlibBreadcrumb);
System\CrashInfo.cs (1)
122RhFailFastReason.UnhandledExceptionFromPInvoke => CrashReason.UnhandledException,
System\RuntimeExceptionHelpers.cs (1)
138RhFailFastReason.UnhandledExceptionFromPInvoke => "Unhandled exception: an unmanaged exception was thrown out of a managed-to-native transition",