diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 65b61fa5..34053884 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3680,7 +3680,7 @@ namespace WebSocketSharp public void Send (Stream stream, int length) { if (_readyState != WebSocketState.Open) { - var msg = "The current state of the interface is not Open."; + var msg = "The Send method is not available."; throw new InvalidOperationException (msg); }