Skip to content

Commit 692da4c

Browse files
vslynkoRon Petrusha
authored andcommitted
Update XmlReader.ReadElementContentAsInt() exception listing (#2416)
Remove `ArgumentNullException` from the list of `XmlReader.ReadElementContentAsInt()` exceptions, because parameterless methods do not throw argument exceptions.
1 parent 7d7739b commit 692da4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Xml/XmlReader.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6356,7 +6356,6 @@ An <see cref="T:System.Xml.XmlReader" /> method was called before a previous asy
63566356
-or-
63576357

63586358
The element content cannot be converted to a 32-bit signed integer.</exception>
6359-
<exception cref="T:System.ArgumentNullException">The method is called with <see langword="null" /> arguments.</exception>
63606359
</Docs>
63616360
</Member>
63626361
<Member MemberName="ReadElementContentAsInt">
@@ -8975,4 +8974,4 @@ This member may behave differently when it is used in a [Portable Class Library]
89758974
</Docs>
89768975
</Member>
89778976
</Members>
8978-
</Type>
8977+
</Type>

0 commit comments

Comments
 (0)