Class DropboxException
Base class for all exceptions from Dropbox service.
Implements
Inherited Members
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public class DropboxException : Exception, ISerializable
Properties
View SourceRequestId
Gets the Dropbox request ID associated with this exception.
Declaration
public string RequestId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
This value may be null when no response was received from Dropbox.
Methods
View SourceToString()
The ToString().
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current DropboxException. |