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_untilTimeSpanRequired time to wait in order to pass the rate limiter
requestIProtocolRequestLogin request message that was rejected during rate limiting