Dropbox .NET SDK
Show / Hide Table of Contents

Class PathRootException

An exception which is caused by invalid Dropbox-Api-Path-Root header.

Inheritance
object
Exception
DropboxException
StructuredException<PathRootError>
PathRootException
Implements
ISerializable
Inherited Members
StructuredException<PathRootError>.ErrorResponse
StructuredException<PathRootError>.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 PathRootException : StructuredException<PathRootError>, ISerializable

Implements

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