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