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