[Modify] Edit it

This commit is contained in:
sta 2021-06-02 19:36:15 +09:00
parent 559ee7a1af
commit 75cb424057

View File

@ -44,8 +44,8 @@ using System.Runtime.Serialization;
namespace WebSocketSharp.Net
{
/// <summary>
/// The exception that is thrown when a <see cref="HttpListener"/> gets an error
/// processing an HTTP request.
/// The exception that is thrown when a <see cref="HttpListener"/> instance
/// gets an error processing an HTTP request.
/// </summary>
[Serializable]
public class HttpListenerException : Win32Exception