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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.