Class OAuth2Exception
Exception when error occurs during oauth2 flow.
Implements
Inherited Members
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public sealed class OAuth2Exception : Exception, ISerializable
Constructors
View SourceOAuth2Exception(string, string)
Initializes a new instance of the OAuth2Exception class.
Declaration
public OAuth2Exception(string message, string errorDescription = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| string | errorDescription | The error description. |
Properties
View SourceErrorDescription
Gets the error description.
Declaration
public string ErrorDescription { get; }
Property Value
| Type | Description |
|---|---|
| string |