Parameters
- strSettingPath
- Indicates the path of the setting.
Return Value
The description of a setting as a string.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown
when
strSettingPath
is
null . |
System.ArgumentException | Thrown
when
strSettingPath
is
empty. |
BaseException | The setting is not defined. |