Dropbox .NET SDK
Show / Hide Table of Contents

Class ApiException<TError>

The exception type that will be raised by an Dropbox.Api.Stone.ITransport implementation if there is an error processing the request which is caused by failure in API route.

Inheritance
object
Exception
DropboxException
StructuredException<TError>
ApiException<TError>
Implements
ISerializable
Inherited Members
StructuredException<TError>.ErrorResponse
StructuredException<TError>.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 ApiException<TError> : StructuredException<TError>, ISerializable
Type Parameters
Name Description
TError

The type of the error.

Implements

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