TransferSkippedException Constructor (String, Exception)
Updated: January 5, 2017
Initializes a new instance of the TransferSkippedException class.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
public TransferSkippedException( string errorMessage, Exception innerException )
Parameters
- errorMessage
-
Type:
System.String
Exception message.
- innerException
-
Type:
System.Exception
Inner exception.
Show: