Parameters
| Parameter Name | Description |
|---|---|
| strSettingPath | path to settings |
| nValue | value to set. |
| nIdx | 0-based index of the setting |
| Parameter Name | Description |
|---|---|
| strSettingPath | path to settings |
| nValue | value to set. |
| nIdx | 0-based index of the setting |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when strSettingPath is null. |
| System.ArgumentException | Thrown when strSettingPath is empty. |
| BaseException | Thrown when setting cannot be set. |