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 );
Exception Type | Condition |
---|---|
FileNotFoundException | if the file cannot be found |
IOException | if an I/O error occurs |
ResourceWriter Class | ResourceWriter Members | System.Resources Namespace | ResourceWriter Constructor Overload List