public void SetNumericSetting( string strSettingPath, int nValue )
public: void SetNumericSetting( String^ strSettingPath, int nValue )
Parameters
- strSettingPath
- path to settings
- nValue
- value to set.
public void SetNumericSetting( string strSettingPath, int nValue )
public: void SetNumericSetting( String^ strSettingPath, int nValue )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strSettingPath is null . |
System.ArgumentException | Thrown when strSettingPath is empty. |
BaseException | Thrown when setting cannot be set. |