Dropbox .NET SDK
Show / Hide Table of Contents

Class SetProfilePhotoError.ThumbnailError

Image could not be thumbnailed.

Inheritance
object
SetProfilePhotoError
SetProfilePhotoError.ThumbnailError
Inherited Members
SetProfilePhotoError.IsFileTypeError
SetProfilePhotoError.AsFileTypeError
SetProfilePhotoError.IsFileSizeError
SetProfilePhotoError.AsFileSizeError
SetProfilePhotoError.IsDimensionError
SetProfilePhotoError.AsDimensionError
SetProfilePhotoError.IsThumbnailError
SetProfilePhotoError.AsThumbnailError
SetProfilePhotoError.IsTransientError
SetProfilePhotoError.AsTransientError
SetProfilePhotoError.IsOther
SetProfilePhotoError.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 SetProfilePhotoError.ThumbnailError : SetProfilePhotoError

Fields

View Source

Instance

A singleton instance of ThumbnailError

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