TransferException Class

Definition

Base exception class for exceptions thrown by Blob/FileTransferJobs.

[System.Runtime.Serialization.DataContract]
public class TransferException : Exception
[<System.Runtime.Serialization.DataContract>]
type TransferException = class
    inherit Exception
Public Class TransferException
Inherits Exception
Inheritance
TransferException
Derived
Attributes

Constructors

TransferException()

Initializes a new instance of the TransferException class.

TransferException(String)

Initializes a new instance of the TransferException class.

TransferException(String, Exception)

Initializes a new instance of the TransferException class.

TransferException(TransferErrorCode)

Initializes a new instance of the TransferException class.

TransferException(TransferErrorCode, String)

Initializes a new instance of the TransferException class.

TransferException(TransferErrorCode, String, Exception)

Initializes a new instance of the TransferException class.

Properties

ErrorCode

Gets the detailed error code.

Applies to