TransferSkippedException Constructor (String, Exception)

 

Updated: January 5, 2017

Initializes a new instance of the TransferSkippedException class.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
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.

Return to top
Show: