Table of Contents

Class LoginRateLimitingException

Namespace
Sportradar.LiveData.Sdk.Common.Exceptions
Assembly
Sportradar.LiveData.Sdk.dll

Login rate limiting threshold exceeded exception.

[Serializable]
public class LoginRateLimitingException : RateLimitingException, ISerializable
Inheritance
LoginRateLimitingException
Implements
Inherited Members

Constructors

LoginRateLimitingException(TimeSpan, IProtocolRequest)

Initializes a new instance of the LoginRateLimitingException class

public LoginRateLimitingException(TimeSpan wait_until, IProtocolRequest request)

Parameters

wait_until TimeSpan

Required time to wait in order to pass the rate limiter

request IProtocolRequest

Login request message that was rejected during rate limiting