diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index d8aeb861..c9fe5b29 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1152,6 +1152,9 @@ namespace WebSocketSharp.Server
/// A that represents the reason for
/// the close. The size must be 123 bytes or less in UTF-8.
///
+ ///
+ /// The underlying has failed to stop.
+ ///
public void Stop (ushort code, string reason)
{
string msg;