diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index 43fe9d29..3019e32c 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -384,19 +384,21 @@ namespace WebSocketSharp.Server
#region Protected Methods
///
- /// Calls the method with the specified and
- /// .
+ /// Calls the method with the specified message.
///
- ///
- /// This method doesn't call the method if is
- /// or empty.
- ///
///
/// A that represents the error message.
///
///
- /// An instance that represents the cause of the error if any.
+ /// An instance that represents the cause of
+ /// the error if present.
///
+ ///
+ /// is .
+ ///
+ ///
+ /// is an empty string.
+ ///
protected void Error (string message, Exception exception)
{
if (message == null)