[Modify] Edit it
This commit is contained in:
parent
1f860d80ee
commit
6e516ffc33
@ -82,11 +82,11 @@ 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"/>.
|
/// class with the specified error code.
|
||||||
/// </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>
|
||||||
public HttpListenerException (int errorCode)
|
public HttpListenerException (int errorCode)
|
||||||
: base (errorCode)
|
: base (errorCode)
|
||||||
|
Loading…
Reference in New Issue
Block a user