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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |