diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 7ec75de3..e1f3e58b 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2892,6 +2892,29 @@ namespace WebSocketSharp
/// the send is complete. A passed to this delegate will be
/// true if the send has done with no error.
///
+ ///
+ /// The current state of the connection is not Open.
+ ///
+ ///
+ /// is .
+ ///
+ ///
+ ///
+ /// cannot be read.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// is less than 1.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// No data could be read from .
+ ///
+ ///
public void SendAsync (Stream stream, int length, Action completed)
{
if (_readyState != WebSocketState.Open) {