[Modify] Polish it

master
sta 9 years ago
parent 0133cd605c
commit 1bbad14186

@ -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);
} }

Loading…
Cancel
Save