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