Class TooManyExecutionsException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the gateway reports that its execution queue is saturated. Reduce the rate of execution submissions and retry with back-off.
public class TooManyExecutionsException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
TooManyExecutionsException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
TooManyExecutionsException(string)
Raised when the gateway reports that its execution queue is saturated. Reduce the rate of execution submissions and retry with back-off.
public TooManyExecutionsException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.