Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingAllowlistRemoveError.UnknownError

Unknown error.

Inheritance
object
SharingAllowlistRemoveError
SharingAllowlistRemoveError.UnknownError
Inherited Members
SharingAllowlistRemoveError.IsMalformedEntry
SharingAllowlistRemoveError.AsMalformedEntry
SharingAllowlistRemoveError.IsEntriesDoNotExist
SharingAllowlistRemoveError.AsEntriesDoNotExist
SharingAllowlistRemoveError.IsNoEntriesProvided
SharingAllowlistRemoveError.AsNoEntriesProvided
SharingAllowlistRemoveError.IsTooManyEntriesProvided
SharingAllowlistRemoveError.AsTooManyEntriesProvided
SharingAllowlistRemoveError.IsUnknownError
SharingAllowlistRemoveError.AsUnknownError
SharingAllowlistRemoveError.IsOther
SharingAllowlistRemoveError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class SharingAllowlistRemoveError.UnknownError : SharingAllowlistRemoveError

Fields

View Source

Instance

A singleton instance of UnknownError

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