<PackageReference Include="Relativity.Kepler" Version="2.23.1" />

TooManyRequestsException

Indicates that you have been making too many requests and have been rate limited.
public TimeSpan? Delta { get; }

Gets the time span that the rate limit will reset after.

Creates a new instance of the TooManyRequestsException with the specified retry condition values.

public TooManyRequestsException(string message)

public TooManyRequestsException(string message, Exception inner)