XmlReader.ReadAsync Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Asynchronously reads the next node from the stream.
Assembly: System.Xml (in System.Xml.dll)
Exception | Condition |
---|---|
InvalidOperationException | An XmlReader method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.” |
InvalidOperationException | An XmlReader asynchronous method was called without setting the Async flag to true. In this case, InvalidOperationException is thrown with the message “Set XmlReaderSettings.Async to true if you want to use Async Methods.” |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: