Parameters
- strFileName
- Indicates the full file name of the settings file.
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when strFileNameisnull. | 
| System.ArgumentException | Thrown when strFileNameis empty. | 
| BaseException | The object has not been initialized correctly. | 
| BaseException | The function failed. | 
SettingNode oSettingNode = new SettingNode("USER"); oSettingNode.Write("G:\\temp\\1.xml");