Atom.NET documentation

AtomFeed.Save Method (Stream)

Saves the AtomFeed to the specified Stream.

[Visual Basic]
Overloads Public Sub Save( _
   ByVal stream As Stream _
)
[C#]
public void Save(
   Stream stream
);

Parameters

stream
The Stream to write to.

Exceptions

Exception TypeCondition
ArgumentExceptionThe encoding is not supported or the stream cannot be written to.
ArgumentNullExceptionstream is null.
RequiredElementNotFoundExceptionA required element is not found.
InvalidOperationExceptionThe internal writ

See Also

AtomFeed Class | Atom.Core Namespace | AtomFeed.Save Overload List