ProvisioningServiceClientHttpException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これは、サービスによって報告される例外の Device Provisioning Service 例外のサブセットです。
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]
コンストラクター
プロパティ
Body |
HTTP 本文。 |
ErrorMessage |
エラー メッセージ。 |
Fields |
HTTP ヘッダー。 |
IsTransient |
エラーが一時的な場合は True。 (継承元 ProvisioningServiceClientException) |
StatusCode |
HTTP 状態コード。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET