ErrorContext.IotHubServiceException Property

Definition

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