4 references to IsConnectionLostException
aspire (4)
Backchannel\AppHostCliBackchannel.cs (4)
100catch (Exception ex) when (_autoReconnect && !cancellationToken.IsCancellationRequested && IsConnectionLostException(ex)) 136catch (Exception ex) when (_autoReconnect && !cancellationToken.IsCancellationRequested && IsConnectionLostException(ex)) 171catch (Exception ex) when (_autoReconnect && !cancellationToken.IsCancellationRequested && IsConnectionLostException(ex)) 187catch (Exception ex) when (IsConnectionLostException(ex))