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