diff --git a/websocket-sharp/Net/HttpListenerException.cs b/websocket-sharp/Net/HttpListenerException.cs
index 42356e07..7168717a 100644
--- a/websocket-sharp/Net/HttpListenerException.cs
+++ b/websocket-sharp/Net/HttpListenerException.cs
@@ -53,14 +53,17 @@ namespace WebSocketSharp.Net
#region Protected Constructors
///
- /// Initializes a new instance of the class from
- /// the specified and .
+ /// Initializes a new instance of the
+ /// class from the specified instances of the
+ /// and classes.
///
///
- /// A that contains the serialized object data.
+ /// A that contains the serialized
+ /// object data.
///
///
- /// A that specifies the source for the deserialization.
+ /// A that specifies the source for
+ /// the deserialization.
///
protected HttpListenerException (
SerializationInfo serializationInfo, StreamingContext streamingContext