你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProvisioningServiceClientHttpException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这是服务报告的异常的设备预配服务异常的子集。
public class ProvisioningServiceClientHttpException : Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientTransportException
type ProvisioningServiceClientHttpException = class
inherit ProvisioningServiceClientTransportException
Public Class ProvisioningServiceClientHttpException
Inherits ProvisioningServiceClientTransportException
- 继承
-
ProvisioningServiceClientHttpException
注解
此异常标识预配服务使用错误状态代码响应 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(String) | |
ProvisioningServiceClientHttpException(String, Exception) |
属性
Body |
HTTP 正文。 |
ErrorMessage |
错误消息。 |
Fields |
HTTP 标头。 |
IsTransient |
如果错误是暂时性的,则为 True。 (继承自 ProvisioningServiceClientException) |
StatusCode |
HTTP 状态代码。 |