HybridConnectionListener.LastError Property

 

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

Namespace:   Microsoft.ServiceBus.Relay
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public Exception LastError { get; private set; }
public:
property Exception^ LastError {
    virtual Exception^ get() sealed;
    private: virtual void set(Exception^ value) sealed;
}
abstract LastError : Exception with get, private set
override LastError : Exception with get, private set
Public Property LastError As Exception
    Get
    Private Set
End Property

Property Value

Type: System.Exception

Returns a Exception that contains the last error.

Implements

IConnectionStatus.LastError

See Also

HybridConnectionListener Class
Microsoft.ServiceBus.Relay Namespace

Return to top