diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index f99ad784..adada13d 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -558,11 +558,21 @@ namespace WebSocketSharp.Server
}
///
- /// Sends text to every client in the WebSocket services.
+ /// Sends the specified to
+ /// every client in the WebSocket services.
///
///
/// A that represents the text data to send.
///
+ ///
+ /// The current state of the manager is not Start.
+ ///
+ ///
+ /// is .
+ ///
+ ///
+ /// could not be UTF-8-encoded.
+ ///
public void Broadcast (string data)
{
if (_state != ServerState.Start) {