你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TransferException 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.
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
反馈
提交和查看相关反馈