你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataShareErrorException 类

定义

针对包含 DataShareError 信息的无效响应引发的异常。

public class DataShareErrorException : Microsoft.Rest.RestException
type DataShareErrorException = class
    inherit RestException
Public Class DataShareErrorException
Inherits RestException
继承
DataShareErrorException

构造函数

DataShareErrorException()

初始化 DataShareErrorException 类的新实例。

DataShareErrorException(String)

初始化 DataShareErrorException 类的新实例。

DataShareErrorException(String, Exception)

初始化 DataShareErrorException 类的新实例。

属性

Body

获取或设置正文对象。

Request

获取有关关联的 HTTP 请求的信息。

Response

获取有关关联的 HTTP 响应的信息。

适用于