Skip to content

Commit 2d5af86

Browse files
committed
pr
1 parent 21f9a94 commit 2d5af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver/Core/Connections/TcpStreamFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private void Connect(Socket socket, EndPoint endPoint, CancellationToken cancell
186186
socket.Connect(endPoint);
187187
#endif
188188
}
189-
catch (Exception)
189+
catch
190190
{
191191
if (!isSocketDisposed)
192192
{

0 commit comments

Comments
 (0)