[Modify] Edit it

This commit is contained in:
sta 2021-06-03 19:38:56 +09:00
parent 6e516ffc33
commit 333085138d

View File

@ -94,14 +94,14 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Initializes a new instance of the <see cref="HttpListenerException"/> class
/// with the specified <paramref name="errorCode"/> and <paramref name="message"/>.
/// Initializes a new instance of the <see cref="HttpListenerException"/>
/// class with the specified error code and message.
/// </summary>
/// <param name="errorCode">
/// An <see cref="int"/> that identifies the error.
/// An <see cref="int"/> that specifies the error code.
/// </param>
/// <param name="message">
/// A <see cref="string"/> that describes the error.
/// A <see cref="string"/> that specifies the message.
/// </param>
public HttpListenerException (int errorCode, string message)
: base (errorCode, message)