Parameters
- strSettingPath
- Indicates the path of the setting.
- nIdx
- Indicates the index.
Return Value
Returns the value of the setting.
Exception | Description |
---|---|
BaseException | The setting is not defined. |
System.ArgumentNullException | Thrown when strSettingPath is null . |
System.ArgumentException | Thrown when strSettingPath is empty. |
System.ArgumentException | Thrown when setting path dosn't exist. |