TransferSkippedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exceptions thrown when transfer skips.
[System.Runtime.Serialization.DataContract]
public class TransferSkippedException : Microsoft.Azure.Storage.DataMovement.TransferException
[<System.Runtime.Serialization.DataContract>]
type TransferSkippedException = class
inherit TransferException
Public Class TransferSkippedException
Inherits TransferException
- Inheritance
- Attributes
Constructors
TransferSkippedException() |
Initializes a new instance of the TransferSkippedException class. |
TransferSkippedException(String, Exception) |
Initializes a new instance of the TransferSkippedException class. |
TransferSkippedException(String) |
Initializes a new instance of the TransferSkippedException class. |
Properties
ErrorCode |
Gets the detailed error code. (Inherited from TransferException) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET