Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added exception condition
  • Loading branch information
Ron Petrusha committed Oct 15, 2018
commit 0c15bd36560b55a06ffff7a146d7767593bf8c30
2 changes: 1 addition & 1 deletion xml/System/Type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3995,7 +3995,7 @@ The <paramref name="interfaceType" /> argument does not refer to an interface.

-or-

The <paramref name="interfaceType" /> argument is an open generic type; that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword ="true" />.
The current instance or <paramref name="interfaceType" /> argument is an open generic type; that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword ="true" />.

-or-

Expand Down