Atom.NET documentation

AtomEntry.Load Method (Stream)

Loads the AtomEntry from the specified Stream.

[Visual Basic]
Overloads Public Shared Function Load( _
   ByVal stream As Stream _
) As AtomEntry
[C#]
public static AtomEntry Load(
   Stream stream
);

Parameters

stream
The Stream containing the Atom xml data.

Return Value

An AtomEntry instance.

Exceptions

Exception TypeCondition
XmlExceptionInvalid xml syntax in Atom resource or uri is null.
ArgumentExceptionThe resource cannot be find.
InvalidOperationExceptionAtomReader has been closed, and can not be read.
FileNotFoundExceptionAtom xml resource not found.

See Also

AtomEntry Class | Atom.Core Namespace | AtomEntry.Load Overload List