[Modify] Polish it

This commit is contained in:
sta 2016-04-08 15:57:31 +09:00
parent b25343f725
commit f745e503a7

View File

@ -162,7 +162,7 @@ namespace WebSocketSharp.Net
internal void Complete (Exception exception)
{
_exception = _inGet && (exception is ObjectDisposedException)
? new HttpListenerException (995, "Listener closed.")
? new HttpListenerException (995, "The listener is closed.")
: exception;
lock (_sync)