public void RemoveScheme( string strSettingsNodeName )
public: void RemoveScheme( String^ strSettingsNodeName )
Parameters
- strSettingsNodeName
- The node name in the settings
public void RemoveScheme( string strSettingsNodeName )
public: void RemoveScheme( String^ strSettingsNodeName )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when a parameter is null . |
System.ArgumentException | Thrown when a parameter is empty. |
BaseException | Thrown when strName is not a valid last used scheme.The scheme with this strSettingsNodeName does not exist. |
BaseException | The scheme has only one more scheme left. The last one is not allowed to delete. |