TransferException Constructor (TransferErrorCode, String)
Updated: January 5, 2017
Initializes a new instance of the TransferException class.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
public TransferException( TransferErrorCode errorCode, string message )
Parameters
- errorCode
-
Type:
Microsoft.WindowsAzure.Storage.DataMovement.TransferErrorCode
Transfer error code.
- message
-
Type:
System.String
Exception message.
Show: