Dropbox .NET SDK
Show / Hide Table of Contents

Class ExportError

The export error object

Inheritance
object
ExportError
ExportError.InvalidExportFormat
ExportError.NonExportable
ExportError.Other
ExportError.Path
ExportError.RetryError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ExportError

Constructors

View Source

ExportError()

Initializes a new instance of the ExportError class.

Declaration
public ExportError()

Properties

View Source

AsInvalidExportFormat

Gets this instance as a InvalidExportFormat, or null.

Declaration
public ExportError.InvalidExportFormat AsInvalidExportFormat { get; }
Property Value
Type Description
ExportError.InvalidExportFormat
View Source

AsNonExportable

Gets this instance as a NonExportable, or null.

Declaration
public ExportError.NonExportable AsNonExportable { get; }
Property Value
Type Description
ExportError.NonExportable
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ExportError.Other AsOther { get; }
Property Value
Type Description
ExportError.Other
View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public ExportError.Path AsPath { get; }
Property Value
Type Description
ExportError.Path
View Source

AsRetryError

Gets this instance as a RetryError, or null.

Declaration
public ExportError.RetryError AsRetryError { get; }
Property Value
Type Description
ExportError.RetryError
View Source

IsInvalidExportFormat

Gets a value indicating whether this instance is InvalidExportFormat

Declaration
public bool IsInvalidExportFormat { get; }
Property Value
Type Description
bool
View Source

IsNonExportable

Gets a value indicating whether this instance is NonExportable

Declaration
public bool IsNonExportable { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsRetryError

Gets a value indicating whether this instance is RetryError

Declaration
public bool IsRetryError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK