DropboxException Class¶
Generic exception that occurs when Dropbox’s servers return an error.
Constructors¶
| Name | Description |
|---|---|
| DropboxException() | Creates an empty Dropbox exception. |
| DropboxException(string) | Creates a Dropbox exception with a message. |
| DropboxException(string, Exception) | Creates a Dropbox exception with a message and an inner exception. |