connectionError property

ArcGISException? get connectionError

The current network connection ArcGISException.

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 DynamicEntityDataSource.maximumReconnectionAttempts is greater than 0, this property will contain the exception that caused the data source to lose the connection.