Dropbox .NET SDK
Show / Hide Table of Contents

Class ThumbnailError.Other

The other object

Inheritance
object
ThumbnailError
ThumbnailError.Other
Inherited Members
ThumbnailError.IsPermanentFailure
ThumbnailError.AsPermanentFailure
ThumbnailError.IsTemporaryFailure
ThumbnailError.AsTemporaryFailure
ThumbnailError.IsOther
ThumbnailError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public sealed class ThumbnailError.Other : ThumbnailError

Fields

View Source

Instance

A singleton instance of Other

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