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!

ResourceReader Constructor (String)

Initializes a new instance of the ResourceReader class for the specified resource file.

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

Parameters

fileName
The path of the resource file to be read.

Exceptions

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

See Also

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