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

ProvisioningServiceClientHttpException 类

定义

这是服务报告的异常的设备预配服务异常的子集。

public class ProvisioningServiceClientHttpException : Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientTransportException
type ProvisioningServiceClientHttpException = class
    inherit ProvisioningServiceClientTransportException
Public Class ProvisioningServiceClientHttpException
Inherits ProvisioningServiceClientTransportException
继承

注解

此异常标识预配服务使用错误状态代码响应 HTTP 请求。

ProvisioningServiceClientHttpException [any exception reported in the HTTP response]
    \ \ \ \__StatusCode [the returned HTTP status code]
     \ \ \___ErrorMessage [the root cause of the error]
      \ \____Body [the HTTP message body with details about the error]
       \_____Filds [the HTTP head fields that may provide more details about the error]

构造函数

ProvisioningServiceClientHttpException()

初始化 ProvisioningServiceClientHttpException 类。

ProvisioningServiceClientHttpException(String)

初始化 ProvisioningServiceClientHttpException 类。

ProvisioningServiceClientHttpException(String, Exception)

初始化 ProvisioningServiceClientHttpException 类。

属性

Body

HTTP 正文。

ErrorMessage

错误消息。

Fields

HTTP 标头。

IsTransient

如果错误是暂时性的,则为 True。

(继承自 ProvisioningServiceClientException)
StatusCode

HTTP 状态代码。

适用于