3 writes to CloseException
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1974connectionState.CloseException = new HubException($"The server closed the connection with the following error: {closeMessage.Error}"); 2015connectionState.CloseException = ex; 2693CloseException = new TimeoutException(
5 references to CloseException
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
2057connectionState.CancelOutstandingInvocations(connectionState.CloseException); 2062if (connectionState.CloseException != null) 2064Log.ShutdownWithError(_logger, connectionState.CloseException); 2072CompleteClose(connectionState.CloseException); 2076_state.ReconnectTask = ReconnectAsync(connectionState.CloseException);