From 6f95c2925845452a411c028c57918349c32581a5 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 27 Feb 2019 21:19:54 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/Cookie.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index ae207753..84708668 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -635,7 +635,7 @@ namespace WebSocketSharp.Net set { if (value < 0 || value > 1) - throw new ArgumentOutOfRangeException ("value", "Not 0 or 1."); + throw new ArgumentOutOfRangeException ("value", "Not allowed."); _version = value; }