Class AuthException
An exception that is caused by the server reporting an authentication problem.
Implements
Inherited Members
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public sealed class AuthException : StructuredException<AuthError>, ISerializable
Properties
View SourceRequestUri
Gets the URI for the request that prompted this exception.
Declaration
[Obsolete("This field will be removed soon.")]
public Uri RequestUri { get; }
Property Value
| Type | Description |
|---|---|
| Uri | The request URI. |
StatusCode
Gets the HTTP status code that prompted this exception.
Declaration
[Obsolete("This field will be removed soon.")]
public int StatusCode { get; }
Property Value
| Type | Description |
|---|---|
| int | The status code. |