Class DuplicateActionOnDeviceException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when an execution is submitted for a device that already has a pending action. Wait for the existing action to complete or cancel it before retrying.
public class DuplicateActionOnDeviceException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
DuplicateActionOnDeviceException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
DuplicateActionOnDeviceException(string)
Raised when an execution is submitted for a device that already has a pending action. Wait for the existing action to complete or cancel it before retrying.
public DuplicateActionOnDeviceException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.