3 writes to CloseException
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1656
connectionState.
CloseException
= new HubException($"The server closed the connection with the following error: {closeMessage.Error}");
1697
connectionState.
CloseException
= ex;
2380
CloseException
= new TimeoutException(
5 references to CloseException
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
1737
connectionState.CancelOutstandingInvocations(connectionState.
CloseException
);
1742
if (connectionState.
CloseException
!= null)
1744
Log.ShutdownWithError(_logger, connectionState.
CloseException
);
1752
CompleteClose(connectionState.
CloseException
);
1756
_state.ReconnectTask = ReconnectAsync(connectionState.
CloseException
);