public void DeleteDeviceListItem( DeviceListEntry oEntry )
public: void DeleteDeviceListItem( DeviceListEntry^ oEntry )
Parameters
- oEntry
- The entry to remove.
public void DeleteDeviceListItem( DeviceListEntry oEntry )
public: void DeleteDeviceListItem( DeviceListEntry^ oEntry )
| Exception | Description | 
|---|---|
| ArgumentException | Is thrown in case of invalid arguments. | 
| ArgumentNullException | Is thrown, if some argument was not passed. | 
| BaseException | If an error occurred while removing a device list entry. |