ErrorContext.IOException 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 network level exception, if any network level exception caused this connection loss.
public System.IO.IOException IOException { get; }
member this.IOException : System.IO.IOException
Public ReadOnly Property IOException As IOException
Property Value
Remarks
For example, if you attempt to send a cloud-to-device message to a device when your device has no internet connection. If this exception is null, then IotHubServiceException will not be null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET