Dropbox .NET SDK
Show / Hide Table of Contents

Class ContentApiV2Error.NotFoundError

The referenced file does not exist or is not accessible.

Inheritance
object
ContentApiV2Error
ContentApiV2Error.NotFoundError
Inherited Members
ContentApiV2Error.IsServerError
ContentApiV2Error.AsServerError
ContentApiV2Error.IsUserError
ContentApiV2Error.AsUserError
ContentApiV2Error.IsMediaDurationError
ContentApiV2Error.AsMediaDurationError
ContentApiV2Error.IsNoAudioError
ContentApiV2Error.AsNoAudioError
ContentApiV2Error.IsLinkDownloadDisabledError
ContentApiV2Error.AsLinkDownloadDisabledError
ContentApiV2Error.IsSharedLinkPasswordProtected
ContentApiV2Error.AsSharedLinkPasswordProtected
ContentApiV2Error.IsLimitExceededError
ContentApiV2Error.AsLimitExceededError
ContentApiV2Error.IsNotFoundError
ContentApiV2Error.AsNotFoundError
ContentApiV2Error.IsIsAFolderError
ContentApiV2Error.AsIsAFolderError
ContentApiV2Error.IsOther
ContentApiV2Error.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public sealed class ContentApiV2Error.NotFoundError : ContentApiV2Error

Fields

View Source

Instance

A singleton instance of NotFoundError

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