3 writes to CloseException
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1840connectionState.CloseException = new HubException($"The server closed the connection with the following error: {closeMessage.Error}"); 1881connectionState.CloseException = ex; 2578CloseException = new TimeoutException(
5 references to CloseException
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
1921connectionState.CancelOutstandingInvocations(connectionState.CloseException); 1926if (connectionState.CloseException != null) 1928Log.ShutdownWithError(_logger, connectionState.CloseException); 1936CompleteClose(connectionState.CloseException); 1940_state.ReconnectTask = ReconnectAsync(connectionState.CloseException);