ProvisioningServiceClientHttpException Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Dies ist die Teilmenge der Device Provisioning Service-Ausnahmen für die vom Dienst gemeldeten Ausnahmen.
public class ProvisioningServiceClientHttpException : Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientTransportException
type ProvisioningServiceClientHttpException = class
inherit ProvisioningServiceClientTransportException
Public Class ProvisioningServiceClientHttpException
Inherits ProvisioningServiceClientTransportException
- Vererbung
-
ProvisioningServiceClientHttpException
Hinweise
Diese Ausnahme gibt an, dass der Bereitstellungsdienst auf die HTTP-Anforderung mit einem Fehler status Code antwortet.
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]
Konstruktoren
ProvisioningServiceClientHttpException() |
Initialisiert die ProvisioningServiceClientHttpException-Klasse. |
ProvisioningServiceClientHttpException(String) |
Initialisiert die ProvisioningServiceClientHttpException-Klasse. |
ProvisioningServiceClientHttpException(String, Exception) |
Initialisiert die ProvisioningServiceClientHttpException-Klasse. |
Eigenschaften
Body |
Der HTTP-Text. |
ErrorMessage |
Die Fehlermeldung. |
Fields |
Die HTTP-Header. |
IsTransient |
True, wenn der Fehler vorübergehend ist. (Geerbt von ProvisioningServiceClientException) |
StatusCode |
Der HTTP-Statuscode. |
Gilt für:
Azure SDK for .NET