Dropbox .NET SDK
Show / Hide Table of Contents

Class SetProfilePhotoError.DimensionError

Image must be larger than 128 x 128.

Inheritance
object
SetProfilePhotoError
SetProfilePhotoError.DimensionError
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.DimensionError : SetProfilePhotoError

Fields

View Source

Instance

A singleton instance of DimensionError

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