Class TemporaryBlockedAuthException
- Namespace
- Sportradar.LiveData.Sdk.Services.Authentication
- Assembly
- Sportradar.LiveData.Sdk.dll
[Serializable]
public class TemporaryBlockedAuthException : SdkBaseException, ISerializable
- Inheritance
-
TemporaryBlockedAuthException
- Implements
- Inherited Members
Constructors
TemporaryBlockedAuthException(string, string)
public TemporaryBlockedAuthException(string message, string errorCode)
Parameters
TemporaryBlockedAuthException(string, string, TimeSpan?)
public TemporaryBlockedAuthException(string message, string errorCode, TimeSpan? waitUntil)
Parameters
Properties
ErrorCode
public string ErrorCode { get; }
Property Value
WaitUntil
public TimeSpan? WaitUntil { get; }