| 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
Syntaxpublic TransferErrorCode ErrorCode { get; }Public ReadOnly Property ErrorCode As TransferErrorCode
	Get
public:
property TransferErrorCode ErrorCode {
	TransferErrorCode get ();
}member ErrorCode : TransferErrorCode with get
Property Value
Type: 
TransferErrorCodeThe error code of the exception.
 See Also
See Also