Show / Hide Table of Contents

Class ExportError

The export error object

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

Constructors

| Improve this Doc View Source

ExportError()

Initializes a new instance of the ExportError class.

Declaration
public ExportError()

Properties

| Improve this Doc View Source

AsInvalidExportFormat

Gets this instance as a InvalidExportFormat, or null.

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

AsNonExportable

Gets this instance as a NonExportable, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

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

AsRetryError

Gets this instance as a RetryError, or null.

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

IsInvalidExportFormat

Gets a value indicating whether this instance is InvalidExportFormat

Declaration
public bool IsInvalidExportFormat { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNonExportable

Gets a value indicating whether this instance is NonExportable

Declaration
public bool IsNonExportable { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRetryError

Gets a value indicating whether this instance is RetryError

Declaration
public bool IsRetryError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExportError()
  • Properties
    • AsInvalidExportFormat
    • AsNonExportable
    • AsOther
    • AsPath
    • AsRetryError
    • IsInvalidExportFormat
    • IsNonExportable
    • IsOther
    • IsPath
    • IsRetryError
Back to top Generated by DocFX