CoreCLR: make UnwindNativeCode/UnwindManagedCode invalid values for exception marshaling #11344
Labels
dotnet-pri2
.NET 6: want to have for stable release
enhancement
The issue or pull request is an enhancement
Milestone
CoreCLR won't unwind native frames for managed exceptions (CoreCLR will abort), so we should make the "UnwindNativeCode" value for managed exception marshaling a build-time error. And for consistency we should also make the "UnwindManagedCode" value for Objective-C exception marshaling a build-time error as well.
The text was updated successfully, but these errors were encountered: