Dropbox .NET SDK
Show / Hide Table of Contents

Class AccountPhotoGetError.ThumbnailError

Indicates infrastructural failure.

Inheritance
object
AccountPhotoGetError
AccountPhotoGetError.ThumbnailError
Inherited Members
AccountPhotoGetError.IsThumbnailError
AccountPhotoGetError.AsThumbnailError
AccountPhotoGetError.IsAccountPhotoMissing
AccountPhotoGetError.AsAccountPhotoMissing
AccountPhotoGetError.IsExpectedAccountPhotoMissing
AccountPhotoGetError.AsExpectedAccountPhotoMissing
AccountPhotoGetError.IsOther
AccountPhotoGetError.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 AccountPhotoGetError.ThumbnailError : AccountPhotoGetError

Constructors

View Source

ThumbnailError(ThumbnailError)

Initializes a new instance of the AccountPhotoGetError.ThumbnailError class.

Declaration
public ThumbnailError(ThumbnailError value)
Parameters
Type Name Description
ThumbnailError value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public ThumbnailError Value { get; }
Property Value
Type Description
ThumbnailError
  • View Source
In this article
Back to top Dropbox .NET SDK