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

ResponseWithErrorException 类

定义

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

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

构造函数

ResponseWithErrorException()

初始化 ResponseWithErrorException 类的新实例。

ResponseWithErrorException(String)

初始化 ResponseWithErrorException 类的新实例。

ResponseWithErrorException(String, Exception)

初始化 ResponseWithErrorException 类的新实例。

属性

Body

获取或设置正文对象。

Request

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

Response

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

适用于