[Modify] Polish it

This commit is contained in:
sta 2020-06-17 19:36:52 +09:00
parent d6963e2bfd
commit 50e2a24848

View File

@ -849,7 +849,7 @@ namespace WebSocketSharp.Net
return value; return value;
if (len > 65535) { if (len > 65535) {
var msg = "The length is greater than 65,535 characters."; var msg = "The length of the value is greater than 65,535 characters.";
throw new ArgumentOutOfRangeException ("value", msg); throw new ArgumentOutOfRangeException ("value", msg);
} }