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 );
Exception Type | Condition |
---|---|
ArgumentException | if stream is not writeable |
ArgumentNullException | if stream is a null reference (in Visual Basic Nothing) |
ResourceWriter Class | ResourceWriter Members | System.Resources Namespace | ResourceWriter Constructor Overload List