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 (String)

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

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

Parameters

fileName
The output file name of the ResourceWriter.

Exceptions

Exception Type Condition
FileNotFoundException if the file cannot be found
IOException if an I/O error occurs

See Also

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