From 4a364e5bc51b85b725aa521c463ee7175ac80e43 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 4 Apr 2019 17:19:15 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/CookieCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index a364b6da..3a86a32a 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -611,7 +611,7 @@ namespace WebSocketSharp.Net throw new ArgumentOutOfRangeException ("index", "Less than zero."); if (array.Length - index < _list.Count) { - var msg = "The available space of the destination array is not enough."; + var msg = "The available space of the array is not enough to copy to."; throw new ArgumentException (msg); }