Dropbox .NET SDK
Show / Hide Table of Contents

Class AccountPhotoGetError.ExpectedAccountPhotoMissing

Account photo was expected to exist, but it's missing.

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

Fields

View Source

Instance

A singleton instance of ExpectedAccountPhotoMissing

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