TransferException Constructor (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(
	string message,
	Exception ex
)

Parameters

message
Type: System.String

The error message that explains the reason for the exception.

ex
Type: System.Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

Return to top
Show: