Click or drag to resize

TransferExceptionErrorCode Property

Gets the detailed error code.

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public TransferErrorCode ErrorCode { get; }

Property Value

Type: TransferErrorCode
The error code of the exception.
See Also