TransferException Constructor (String)

 

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(
	string message
)

Parameters

message
Type: System.String

The message that describes the error.

Return to top
Show: