3 writes to CloseException
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1662
connectionState.
CloseException
= new HubException($"The server closed the connection with the following error: {closeMessage.Error}");
1703
connectionState.
CloseException
= ex;
2386
CloseException
= new TimeoutException(
5 references to CloseException
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
1743
connectionState.CancelOutstandingInvocations(connectionState.
CloseException
);
1748
if (connectionState.
CloseException
!= null)
1750
Log.ShutdownWithError(_logger, connectionState.
CloseException
);
1758
CompleteClose(connectionState.
CloseException
);
1762
_state.ReconnectTask = ReconnectAsync(connectionState.
CloseException
);