[Modify] Polish it
This commit is contained in:
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…
Reference in New Issue
Block a user