Class UploadSessionFinishBatchResultEntry.Failure
The failure object
Inheritance
System.Object
UploadSessionFinishBatchResultEntry.Failure
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 sealed class Failure : UploadSessionFinishBatchResultEntry
Constructors
| Improve this Doc View SourceFailure(UploadSessionFinishError)
Initializes a new instance of the UploadSessionFinishBatchResultEntry.Failure class.
Declaration
public Failure(UploadSessionFinishError value)
Parameters
Type | Name | Description |
---|---|---|
UploadSessionFinishError | value | The value |
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public UploadSessionFinishError Value { get; }
Property Value
Type | Description |
---|---|
UploadSessionFinishError |