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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET