[Modify] Polish it

master
sta 8 years ago
parent 838e01d6e1
commit d058df9b1e

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

Loading…
Cancel
Save