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

ErrorResponseCommonException 类

定义

为包含 ErrorResponseCommon 信息的无效响应引发异常。

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

构造函数

ErrorResponseCommonException()

初始化 ErrorResponseCommonException 类的新实例。

ErrorResponseCommonException(String)

初始化 ErrorResponseCommonException 类的新实例。

ErrorResponseCommonException(String, Exception)

初始化 ErrorResponseCommonException 类的新实例。

属性

Body

获取或设置正文对象。

Request

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

Response

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

适用于