File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments