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