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