Parameters
- strSettingPath
- Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
- arrValues
- Array of values added to the setting
- eFlag
- ISettings.CreationFlag
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strSettingPath is null . |
System.ArgumentException | Thrown when strSettingPath is empty. |
System.ArgumentNullException | Thrown when strDefBy is null . |
System.ArgumentException | Thrown when strDefBy is empty. |
BaseException | Thrown when setting cannot be added. |