TransferException Constructor (TransferErrorCode, String, Exception)
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, 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.
Show: