3 references to IsConnectionLostException
aspire (3)
Backchannel\AppHostCliBackchannel.cs (3)
171
catch (Exception ex) when (_autoReconnect && !cancellationToken.IsCancellationRequested &&
IsConnectionLostException
(ex))
221
catch (Exception ex) when (_autoReconnect && !cancellationToken.IsCancellationRequested &&
IsConnectionLostException
(ex))
239
catch (Exception ex) when (
IsConnectionLostException
(ex))