Show / Hide Table of Contents

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.

Inheritance
System.Object
System.Exception
DropboxException
HttpException
RetryException
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Inherited Members
HttpException.StatusCode
HttpException.RequestUri
DropboxException.ToString()
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public class RetryException : HttpException, _Exception, ISerializable

Properties

| Improve this Doc View Source

IsRateLimit

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
System.Boolean

true if this response is a rate limit; otherwise, false.

Implements

System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • IsRateLimit
  • Implements
Back to top Generated by DocFX