| TransferException Constructor (TransferErrorCode) | 
  
    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 TransferException(
	TransferErrorCode errorCode
)
Public Sub New ( 
	errorCode As TransferErrorCode
)
public:
TransferException(
	TransferErrorCode errorCode
)
new : 
        errorCode : TransferErrorCode -> TransferExceptionParameters
- errorCode
- Type: Microsoft.Azure.Storage.DataMovementTransferErrorCode
 Transfer error code.
 See Also
See Also