NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceWriter Constructor (Stream)

Initializes a new instance of the ResourceWriter class that writes the resources to the stream named stream.

[Visual Basic]
Overloads Public Sub New( _
   ByVal stream As Stream _
)
[C#]
public ResourceWriter(
   Stream stream
);
[C++]
public: ResourceWriter(
   Stream* stream
);
[JScript]
public function ResourceWriter(
   stream : Stream
);

Parameters

stream
The output stream of the ResourceWriter.

Exceptions

Exception Type Condition
ArgumentException if stream is not writeable
ArgumentNullException if stream is a null reference (in Visual Basic Nothing)

See Also

ResourceWriter Class | ResourceWriter Members | System.Resources Namespace | ResourceWriter Constructor Overload List