ErrorContext.IotHubServiceException Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exception au niveau du hub IoT, si une exception de niveau IoT Hub a provoqué cette perte de connexion.
public Microsoft.Azure.Devices.IotHubServiceException IotHubServiceException { get; }
member this.IotHubServiceException : Microsoft.Azure.Devices.IotHubServiceException
Public ReadOnly Property IotHubServiceException As IotHubServiceException
Valeur de propriété
Remarques
Par exemple, si vous tentez d’envoyer un message cloud-à-appareil à un appareil qui n’existe pas. si cette exception est null, alors IOException ne sera pas null.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET