Show / Hide Table of Contents

Property ConnectionError

ConnectionError

Gets the current network connection exception.

Declaration
public Exception ConnectionError { get; }
Property Value
Type Description
System.Exception

The current network connection exception.

Remarks

This property is null until an attempt to connect the data source is made. If a connection attempt succeeds, this property is set to null. If a connection fails, this property contains the platform-specific error.

If MaximumReconnectionAttempts is greater than 0, this property will contain the exception that caused the data source to lose the connection.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.