diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 346f8e97..ed86c0f8 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2715,11 +2715,20 @@ namespace WebSocketSharp
}
///
- /// Sends text using the WebSocket connection.
+ /// Sends the specified using the WebSocket connection.
///
///
/// A that represents the text data to send.
///
+ ///
+ /// The current state of the connection is not Open.
+ ///
+ ///
+ /// is .
+ ///
+ ///
+ /// cannot be UTF8 encoded.
+ ///
public void Send (string data)
{
if (_readyState != WebSocketState.Open) {