[Modify] Edit it
This commit is contained in:
parent
6e516ffc33
commit
333085138d
@ -94,14 +94,14 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="HttpListenerException"/> class
|
/// Initializes a new instance of the <see cref="HttpListenerException"/>
|
||||||
/// with the specified <paramref name="errorCode"/> and <paramref name="message"/>.
|
/// class with the specified error code and message.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="errorCode">
|
/// <param name="errorCode">
|
||||||
/// An <see cref="int"/> that identifies the error.
|
/// An <see cref="int"/> that specifies the error code.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="message">
|
/// <param name="message">
|
||||||
/// A <see cref="string"/> that describes the error.
|
/// A <see cref="string"/> that specifies the message.
|
||||||
/// </param>
|
/// </param>
|
||||||
public HttpListenerException (int errorCode, string message)
|
public HttpListenerException (int errorCode, string message)
|
||||||
: base (errorCode, message)
|
: base (errorCode, message)
|
||||||
|
Loading…
Reference in New Issue
Block a user