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 for GetInterfaceMap
  • Loading branch information
Ron Petrusha committed Oct 15, 2018
commit 8d107975dce66d68931f56b2cd26ba7b80029766
13 changes: 9 additions & 4 deletions xml/System/Type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3989,12 +3989,17 @@ TopNamespace.Sub\+Namespace.ContainingClass+NestedClass, MyAssembly, Version=1.3
<exception cref="T:System.ArgumentException">
<paramref name="interfaceType" /> is not implemented by the current type.

-or-

The <paramref name="interfaceType" /> parameter does not refer to an interface.
-or-

-or-
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" />.

-or-


<paramref name="interfaceType" /> is a generic interface, and the current type is an array type.</exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="interfaceType" /> is <see langword="null" />.</exception>
Expand Down