public void DeleteSetting( string strSetting )
public: void DeleteSetting( String^ strSetting )
Parameters
- strSetting
 - Indicates the path of the setting.
 
public void DeleteSetting( string strSetting )
public: void DeleteSetting( String^ strSetting )
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when strSettingPath is null. | 
| System.ArgumentException | Thrown when strSettingPath is empty. | 
| BaseException | Thrown when setting cannot be reset or deleted. |