Class ExecutionQueueFullException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the gateway's execution queue is completely full and cannot accept new requests.
public class ExecutionQueueFullException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
ExecutionQueueFullException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
ExecutionQueueFullException(string)
Raised when the gateway's execution queue is completely full and cannot accept new requests.
public ExecutionQueueFullException(string message)
Parameters
messagestringThe API error message, which typically includes the gateway ID.
Remarks
Initialises a new instance with the specified error message.