Dropbox .NET SDK
Show / Hide Table of Contents

Class AccountPhotoGetError.AccountPhotoMissing

Account photo is missing (but we did not expect it to exist).

Inheritance
object
AccountPhotoGetError
AccountPhotoGetError.AccountPhotoMissing
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.AccountPhotoMissing : AccountPhotoGetError

Fields

View Source

Instance

A singleton instance of AccountPhotoMissing

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