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!

ResourceSet Constructor (Stream)

Initializes a new instance of the ResourceSet class using the system default implementation that reads resources from an open stream of data.

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

Parameters

stream
The Stream of resources to be read.

Exceptions

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

See Also

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