ErrorContext.IotHubServiceException Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IoT hub level exception, if any IoT hub level exception caused this connection loss.
public Microsoft.Azure.Devices.IotHubServiceException IotHubServiceException { get; }
member this.IotHubServiceException : Microsoft.Azure.Devices.IotHubServiceException
Public ReadOnly Property IotHubServiceException As IotHubServiceException
Property Value
Remarks
For example, if you attempt to send a cloud-to-device message to a device that does not exist. if this exception is null, then IOException will not be null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET