Dropbox .NET SDK
Show / Hide Table of Contents

Class SearchError.InternalError

Something went wrong, please try again.

Inheritance
object
SearchError
SearchError.InternalError
Inherited Members
SearchError.IsPath
SearchError.AsPath
SearchError.IsInvalidArgument
SearchError.AsInvalidArgument
SearchError.IsInternalError
SearchError.AsInternalError
SearchError.IsOther
SearchError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class SearchError.InternalError : SearchError

Fields

View Source

Instance

A singleton instance of InternalError

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