Dropbox .NET SDK
Show / Hide Table of Contents

Class TokenFromOAuth1Error.Other

The other object

Inheritance
object
TokenFromOAuth1Error
TokenFromOAuth1Error.Other
Inherited Members
TokenFromOAuth1Error.IsInvalidOauth1TokenInfo
TokenFromOAuth1Error.AsInvalidOauth1TokenInfo
TokenFromOAuth1Error.IsAppIdMismatch
TokenFromOAuth1Error.AsAppIdMismatch
TokenFromOAuth1Error.IsOther
TokenFromOAuth1Error.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public sealed class TokenFromOAuth1Error.Other : TokenFromOAuth1Error

Fields

View Source

Instance

A singleton instance of Other

Declaration
public static readonly TokenFromOAuth1Error.Other Instance
Field Value
Type Description
TokenFromOAuth1Error.Other
  • View Source
In this article
Back to top Dropbox .NET SDK