TransferSkippedException Constructor (String, Exception) |
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 public TransferSkippedException(
string errorMessage,
Exception innerException
)
Public Sub New (
errorMessage As String,
innerException As Exception
)
public:
TransferSkippedException(
String^ errorMessage,
Exception^ innerException
)
new :
errorMessage : string *
innerException : Exception -> TransferSkippedException
Parameters
- errorMessage
- Type: SystemString
Exception message. - innerException
- Type: SystemException
Inner exception.
See Also