Class HttpException
General HTTP exception.
Implements
Inherited Members
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public class HttpException : DropboxException, ISerializable
Properties
View SourceRequestUri
Gets the URI for the request that prompted this exception.
Declaration
public Uri RequestUri { get; }
Property Value
| Type | Description |
|---|---|
| Uri | The request URI. |
StatusCode
Gets the HTTP status code that prompted this exception.
Declaration
public int StatusCode { get; }
Property Value
| Type | Description |
|---|---|
| int | The status code. |