From b40887307a4b5c12da39db2c3b24ca6bacbb128a Mon Sep 17 00:00:00 2001 From: Vadim Slynko Date: Tue, 7 May 2019 08:19:44 +0200 Subject: [PATCH] Update XmlReader.ReadElementContentAsInt() exception listing Remove `ArgumentNullException` from the list of `XmlReader.ReadElementContentAsInt()` exceptions, because parameterless methods do not throw argument exceptions. --- xml/System.Xml/XmlReader.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xml/System.Xml/XmlReader.xml b/xml/System.Xml/XmlReader.xml index b3e6a07c704..e1db925d97c 100644 --- a/xml/System.Xml/XmlReader.xml +++ b/xml/System.Xml/XmlReader.xml @@ -6356,7 +6356,6 @@ An method was called before a previous asy -or- The element content cannot be converted to a 32-bit signed integer. - The method is called with arguments. @@ -8975,4 +8974,4 @@ This member may behave differently when it is used in a [Portable Class Library] - \ No newline at end of file +