Dropbox .NET SDK
Show / Hide Table of Contents

Class ThumbnailError.PermanentFailure

Indicates permanent infrastructural failure.

Inheritance
object
ThumbnailError
ThumbnailError.PermanentFailure
Inherited Members
ThumbnailError.IsPermanentFailure
ThumbnailError.AsPermanentFailure
ThumbnailError.IsTemporaryFailure
ThumbnailError.AsTemporaryFailure
ThumbnailError.IsOther
ThumbnailError.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 ThumbnailError.PermanentFailure : ThumbnailError

Fields

View Source

Instance

A singleton instance of PermanentFailure

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