@ -3395,7 +3395,7 @@ namespace WebSocketSharp
}
if (_retryCountForConnect >= _maxRetryCountForConnect) {
var msg = "A series of reconnecting has failed.";
var msg = "The Connect method is not available.";
throw new InvalidOperationException (msg);