Dropbox .NET SDK
Show / Hide Table of Contents

Class OAuth2Exception

Exception when error occurs during oauth2 flow.

Inheritance
object
Exception
OAuth2Exception
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.ReferenceEquals(object, object)
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public sealed class OAuth2Exception : Exception, ISerializable

Constructors

View Source

OAuth2Exception(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 Source

ErrorDescription

Gets the error description.

Declaration
public string ErrorDescription { get; }
Property Value
Type Description
string

Implements

ISerializable
  • View Source
In this article
Back to top Dropbox .NET SDK