diff --git a/websocket-sharp/Net/HttpListenerException.cs b/websocket-sharp/Net/HttpListenerException.cs index 0861c892..a52eeec0 100644 --- a/websocket-sharp/Net/HttpListenerException.cs +++ b/websocket-sharp/Net/HttpListenerException.cs @@ -44,7 +44,8 @@ using System.Runtime.Serialization; namespace WebSocketSharp.Net { /// - /// The exception that is thrown when an error occurs processing an HTTP request. + /// The exception that is thrown when a gets an error + /// processing an HTTP request. /// [Serializable] public class HttpListenerException : Win32Exception @@ -52,9 +53,8 @@ namespace WebSocketSharp.Net #region Protected Constructors /// - /// Initializes a new instance of the class - /// from the specified instances of the and - /// classes. + /// Initializes a new instance of the class from + /// the specified and . /// /// /// A that contains the serialized object data. @@ -111,7 +111,7 @@ namespace WebSocketSharp.Net #region Public Properties /// - /// Gets the value that identifies the error that occurred. + /// Gets the error code that identifies the error that occurred. /// /// /// An that identifies the error.