Table of Contents

Class TooManyRequestsException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when the HTTP 429 Too Many Requests status is returned by the API. Back off and retry after a delay.

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

Remarks

Initialises a new instance with the specified error message.

Constructors

TooManyRequestsException(string)

Raised when the HTTP 429 Too Many Requests status is returned by the API. Back off and retry after a delay.

public TooManyRequestsException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.