DropboxHttpException Class
Version 1.0.0-beta001
.NET Framework 4.7
Namespace | Skybrud.Social.Dropbox.Exceptions |
---|---|
Assembly | Skybrud.Social.Dropbox.dll |
Visibility | Public |
Inheritance |
Class representing an exception/error returned by the Dropbox API.
public class DropboxHttpException : Exception { }
Properties
Type | Name | Summary |
---|---|---|
IHttpResponse | Response |
Gets a reference to the underlying |
HttpStatusCode | StatusCode |
Gets the HTTP status code returned by the Dropbox API. |