RSS.NET

RssReader.Read Method 

Reads the next RssElement from the stream.

[Visual Basic]
Public Function Read() As RssElement
[C#]
public RssElement Read();

Return Value

An RSS Element

Exceptions

Exception Type Condition
InvalidOperationException RssReader has been closed, and can not be read.
FileNotFoundException RSS file not found.
XmlException Invalid XML syntax in RSS file.
EndOfStreamException Unable to read an RssElement. Reached the end of the stream.

See Also

RssReader Class | Rss Namespace