public virtual void ClearSetting( string strSettingPath, int idx )
public: virtual void ClearSetting( String^ strSettingPath, int idx )
Parameters
- strSettingPath
- Indicates the path of the setting.
- idx
- Indicates index of the value of the setting.
public virtual void ClearSetting( string strSettingPath, int idx )
public: virtual void ClearSetting( String^ strSettingPath, int idx )
Exception | Description |
---|---|
System.ArgumentNullException | The value of the parameter object is NULL. |
BaseException | The object has not been initialized correctly. |
BaseException | The function failed. |