Skip to content

Commit

Permalink
Add docs for TargetInvocationException (#10720)
Browse files Browse the repository at this point in the history
Add docs for TargetInvocationException
  • Loading branch information
PranavSenthilnathan authored Dec 4, 2024
1 parent 592660d commit 54c1feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Reflection/BindingFlags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ When the `BindingFlags.ExactBinding` binding flag is used, reflection models the
</ReturnValue>
<MemberValue>33554432</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Specifies that exceptions should not be wrapped in a <see cref="System.Reflection.TargetInvocationException" />.</summary>
</Docs>
</Member>
<Member MemberName="ExactBinding">
Expand Down

0 comments on commit 54c1feb

Please sign in to comment.