From eb5724b4f61d50c4500d13eee705f0c6e92744c8 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 8 Apr 2014 19:40:21 +0900 Subject: [PATCH] Fix a few for HttpListenerException.cs --- websocket-sharp/Net/HttpListenerException.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.