TransferSkippedException Class

Definition

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
TransferSkippedException
Attributes

Constructors

TransferSkippedException()

Initializes a new instance of the TransferSkippedException class.

TransferSkippedException(String)

Initializes a new instance of the TransferSkippedException class.

TransferSkippedException(String, Exception)

Initializes a new instance of the TransferSkippedException class.

Properties

ErrorCode

Gets the detailed error code.

(Inherited from TransferException)

Applies to