Table of Contents

Class TooManyConcurrentRequestsException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when the server rejects the request because too many calls are in-flight simultaneously. Reduce concurrency and retry.

public class TooManyConcurrentRequestsException : BaseOverkizException, ISerializable, _Exception
Inheritance
TooManyConcurrentRequestsException
Implements
Inherited Members

Remarks

Initialises a new instance with the specified error message.

Constructors

TooManyConcurrentRequestsException(string)

Raised when the server rejects the request because too many calls are in-flight simultaneously. Reduce concurrency and retry.

public TooManyConcurrentRequestsException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.