Skip to content

Commit db64994

Browse files
IcecreamBurglarRon Petrusha
authored andcommitted
* Fixes dotnet#7926 * Fixed typo - I blame lack of coffee at 3 AM
1 parent 2648ce6 commit db64994

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

xml/System.Reflection/RuntimeReflectionExtensions.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,12 @@
490490
<summary>Retrieves an object that represents a specified property.</summary>
491491
<returns>An object that represents the specified property, or <see langword="null" /> if the property is not found.</returns>
492492
<remarks>To be added.</remarks>
493+
<exception cref="T:System.ArgumentNullException">
494+
<paramref name="type" /> is <see langword="null" />.</exception>
495+
<exception cref="T:System.ArgumentException">
496+
<paramref name="type" /> is not a <see langword="RuntimeType" />.</exception>
497+
<exception cref="T:System.Reflection.AmbiguousMatchException">More than one property with the requested name was found.</exception>
493498
</Docs>
494499
</Member>
495500
</Members>
496-
</Type>
501+
</Type>

0 commit comments

Comments
 (0)