[Modify] Polish it

This commit is contained in:
sta 2017-07-09 19:12:21 +09:00
parent 0133cd605c
commit 1bbad14186

View File

@ -1029,7 +1029,7 @@ namespace WebSocketSharp.Server
_listener.Start (); _listener.Start ();
} }
catch (Exception ex) { catch (Exception ex) {
var msg = "The underlying HttpListener has failed to start."; var msg = "The underlying listener has failed to start.";
throw new InvalidOperationException (msg, ex); throw new InvalidOperationException (msg, ex);
} }