IConnectionStatus.LastError Property

Definition

Retrieves the last error encountered when trying to reestablish the connection from the offline state.

public Exception LastError { get; }
member this.LastError : Exception
Public ReadOnly Property LastError As Exception

Property Value

Returns a Exception that contains the last error.

Applies to