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
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Inherited Members
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 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 |
---|---|
System.Boolean |
|
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable