TransferException Constructor (TransferErrorCode, String, Exception)

 

Updated: January 5, 2017

Initializes a new instance of the TransferException class.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public TransferException(
	TransferErrorCode errorCode,
	string message,
	Exception innerException
)

Parameters

errorCode
Type: Microsoft.WindowsAzure.Storage.DataMovement.TransferErrorCode

Transfer error code.

message
Type: System.String

Exception message.

innerException
Type: System.Exception

Inner exception.

Return to top
Show: