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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET