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.
Implements
Inherited Members
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. |