Missing documentation for BindingFlags.DoNotWrapExceptions #110366
Labels
area-System.Reflection
documentation
Documentation bug or enhancement, does not impact product or test code
Description
Hi, the docs for
BindingFlags.DoNotWrapExceptions
at https://learn.microsoft.com/en-us/dotnet/api/system.reflection.bindingflags?view=netcore-2.1 (and all subsequent releases) don't show a description for the value "DoNotWrapExceptions
".I just discovered this flag today and while it's described at #23023 , proper documentation would be welcome.
Reproduction Steps
Immediately visible at https://learn.microsoft.com/en-us/dotnet/api/system.reflection.bindingflags?view=netcore-2.1:
Expected behavior
A description should be present for all enum values.
Actual behavior
The description for
BindingFlags.DoNotWrapExceptions
is not present.Regression?
No, the value is undocumented for all versions since introduction in .net core 2.1.
Known Workarounds
Some information is present at #23023 .
Configuration
Issue is present since .net core 2.1 and still present in .net 9 docs: https://learn.microsoft.com/en-us/dotnet/api/system.reflection.bindingflags?view=net-9.0 .
Other information
No response
The text was updated successfully, but these errors were encountered: