Dropbox .NET SDK
Show / Hide Table of Contents

Class AccessException

An exception which is caused by account not having access to this endpoint.

Inheritance
object
Exception
DropboxException
StructuredException<AccessError>
AccessException
Implements
ISerializable
Inherited Members
StructuredException<AccessError>.ErrorResponse
StructuredException<AccessError>.Message
DropboxException.ToString()
DropboxException.RequestId
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Source
Exception.StackTrace
Exception.TargetSite
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.ReferenceEquals(object, object)
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public sealed class AccessException : StructuredException<AccessError>, ISerializable

Implements

ISerializable
  • View Source
In this article
Back to top Dropbox .NET SDK