Dropbox .NET SDK
Show / Hide Table of Contents

Class InvalidAccountTypeError.Other

The other object

Inheritance
object
InvalidAccountTypeError
InvalidAccountTypeError.Other
Inherited Members
InvalidAccountTypeError.IsEndpoint
InvalidAccountTypeError.AsEndpoint
InvalidAccountTypeError.IsFeature
InvalidAccountTypeError.AsFeature
InvalidAccountTypeError.IsOther
InvalidAccountTypeError.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 InvalidAccountTypeError.Other : InvalidAccountTypeError

Fields

View Source

Instance

A singleton instance of Other

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