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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET