XdmReader.Read MethodXdmReader.Read MethodXdmReader::Read Method

Rreads the next node from the stream.

Syntax

Public Overrides Function Read() As Boolean
public override bool Read()
public:
virtual bool Read() override
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the next node was read successfully; falseFalsefalse if there are no more nodes to read.

Exceptions

ExceptionCondition
XmlExceptionXmlExceptionXmlException An error occurred while parsing the XML.