[Modify] Polish it

This commit is contained in:
sta 2017-10-23 16:07:25 +09:00
parent 838e01d6e1
commit d058df9b1e

View File

@ -349,7 +349,7 @@ namespace WebSocketSharp
string msg = null; string msg = null;
if (!_client) { if (!_client) {
msg = "The set operation cannot be used by servers."; msg = "This instance is not a client.";
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }