Class RetryException
An HTTP Exception that will cause a retry due to transient failure. The SDK will perform a certain number of retries which is configurable in DropboxClient. If the client still gets this exception, it's up to the client to decide whether to continue retrying or not.
Implements
Inherited Members
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public class RetryException : HttpException, ISerializable
Properties
View SourceIsRateLimit
Gets a value indicating whether this error represents a rate limiting response from the server.
Declaration
[Obsolete("This field will be removed soon. Please catch RateLimitException separately.")]
public virtual bool IsRateLimit { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|