Click or drag to resize

TransferException Constructor (TransferErrorCode, String, Exception)

Initializes a new instance of the TransferException class.

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 TransferException(
	TransferErrorCode errorCode,
	string message,
	Exception innerException
)

Parameters

errorCode
Type: Microsoft.Azure.Storage.DataMovementTransferErrorCode
Transfer error code.
message
Type: SystemString
Exception message.
innerException
Type: SystemException
Inner exception.
See Also