We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1670b7 commit d630d71Copy full SHA for d630d71
Neo4j.Driver/Neo4j.Driver/Internal/Connector/TcpSocketClient.cs
@@ -63,7 +63,7 @@ await sslStream
63
}
64
catch (Exception e)
65
{
66
- throw new SecurityException($"Failed to establish encrypted connection with server {uri}.", e);
+ throw new ServiceUnavailableException($"Failed to establish encrypted connection with server {uri}.", e);
67
68
69
0 commit comments