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

APIErrorException 类

定义

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

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

构造函数

APIErrorException()

初始化 APIErrorException 类的新实例。

APIErrorException(String)

初始化 APIErrorException 类的新实例。

APIErrorException(String, Exception)

初始化 APIErrorException 类的新实例。

属性

Body

获取或设置正文对象。

Request

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

Response

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

适用于