Dropbox .NET SDK
Show / Hide Table of Contents

Class JobStatus.Failed

The asynchronous job returned an error.

Inheritance
object
JobStatus
JobStatus.Failed
Inherited Members
JobStatus.IsComplete
JobStatus.AsComplete
JobStatus.IsFailed
JobStatus.AsFailed
JobStatus.IsInProgress
JobStatus.AsInProgress
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class JobStatus.Failed : JobStatus

Constructors

View Source

Failed(JobError)

Initializes a new instance of the JobStatus.Failed class.

Declaration
public Failed(JobError value)
Parameters
Type Name Description
JobError value

The value

Properties

View Source

Value

Gets the value of this instance.

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