| TransferSkippedException Constructor (String) | 
  
    Namespace: 
   Microsoft.Azure.Storage.DataMovement
    Assembly:
   Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
 Syntax
Syntaxpublic TransferSkippedException(
	string errorMessage
)
Public Sub New ( 
	errorMessage As String
)
public:
TransferSkippedException(
	String^ errorMessage
)
new : 
        errorMessage : string -> TransferSkippedExceptionParameters
- errorMessage
- Type: SystemString
 The message that describes the error.
 See Also
See Also