Share via


TransferSkippedException Constructor (String)

 

Initializes a new instance of the TransferSkippedException class.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

Syntax

public TransferSkippedException(
    string errorMessage
)

Parameters

  • errorMessage
    Type: System.String

    The message that describes the error.

See Also

TransferSkippedException Overload
TransferSkippedException Class
Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top