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